Skip to content

Commit

Permalink
Downgrade mkdocs-material (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jan 23, 2024
1 parent e54be85 commit 4ca0a87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ March 9, 2023
March 9, 2023

### Added
* Support [lifespan state](/lifespan/) [#2060](https://github.com/encode/starlette/pull/2060),
* Support [lifespan state](lifespan.md) [#2060](https://github.com/encode/starlette/pull/2060),
[#2065](https://github.com/encode/starlette/pull/2065) and [#2064](https://github.com/encode/starlette/pull/2064).

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/testclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ case you should use `client = TestClient(app, raise_server_exceptions=False)`.
If you want the `TestClient` to run the `lifespan` handler,
you will need to use the `TestClient` as a context manager. It will
not be triggered when the `TestClient` is instantiated. You can learn more about it
[here](/lifespan/#running-lifespan-in-tests).
[here](lifespan.md#running-lifespan-in-tests).

### Selecting the Async backend

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trio==0.24.0

# Documentation
mkdocs==1.5.3
mkdocs-material==9.5.3
mkdocs-material==9.1.17
mkautodoc==0.2.0

# Packaging
Expand Down

0 comments on commit 4ca0a87

Please sign in to comment.