We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a115215 + d3e1cd3 commit 9805c31Copy full SHA for 9805c31
.github/workflows/docs.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: make sync
32
- name: Build docs
33
- run: mkdocs build --strict --site-dir site
+ run: uv run mkdocs build --strict --site-dir site
34
- name: Configure Pages
35
uses: actions/configure-pages@v5
36
- name: Upload artifact
pyproject.toml
@@ -48,6 +48,7 @@ dev = [
48
"mkdocs-material>=9.6.14",
49
"mkdocstrings[python]>=0.29.1",
50
"mkdocs-static-i18n>=1.3.0",
51
+ "pymdown-extensions>=10.0.0",
52
"coverage>=7.8.0",
53
"hypothesis>=6.131.20",
54
]
0 commit comments