Skip to content

Commit 4ca0a87

Browse files
authored
Downgrade mkdocs-material (#2439)
1 parent e54be85 commit 4ca0a87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ March 9, 2023
185185
March 9, 2023
186186

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

191191
### Changed

docs/testclient.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ case you should use `client = TestClient(app, raise_server_exceptions=False)`.
6767
If you want the `TestClient` to run the `lifespan` handler,
6868
you will need to use the `TestClient` as a context manager. It will
6969
not be triggered when the `TestClient` is instantiated. You can learn more about it
70-
[here](/lifespan/#running-lifespan-in-tests).
70+
[here](lifespan.md#running-lifespan-in-tests).
7171

7272
### Selecting the Async backend
7373

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trio==0.24.0
1515

1616
# Documentation
1717
mkdocs==1.5.3
18-
mkdocs-material==9.5.3
18+
mkdocs-material==9.1.17
1919
mkautodoc==0.2.0
2020

2121
# Packaging

0 commit comments

Comments
 (0)