Skip to content

Commit 35513df

Browse files
committed
Update dependencies
1 parent 6acaa01 commit 35513df

3 files changed

Lines changed: 273 additions & 272 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This site is built using [MkDocs](https://www.mkdocs.org/) with the [Material fo
88

99
```sh
1010
uv sync
11+
echo 'export NO_MKDOCS_2_WARNING=1' >> .venv/bin/activate
1112
source .venv/bin/activate
1213

1314
# Start a dev server with autoreload, filtered to a specific post

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0"
44
requires-python = ">=3.10"
55
dependencies = [
66
"nbconvert",
7-
"mkdocs",
7+
"mkdocs<2.0",
88
"mkdocs-material[imaging]",
99
"mkdocs-rss-plugin",
1010
]

0 commit comments

Comments
 (0)