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.
1 parent 5cce8a8 commit ae46c57Copy full SHA for ae46c57
docs/requirements.txt
justfile
@@ -24,7 +24,7 @@ test:
24
25
# invoke mkdocs with appropriate dependencies
26
mkdocs *FLAGS:
27
- uv run --with-requirements=docs/requirements.txt -- mkdocs {{FLAGS}}
+ uv run --group=doc -- mkdocs {{FLAGS}}
28
29
# prepare a new release
30
release version:
pyproject.toml
@@ -50,6 +50,15 @@ typing = [
50
"mypy>=1.11.2",
51
"pandas-stubs>=2.2.3.241009",
52
]
53
+doc = [
54
+ "mkdocs~=1.6.0",
55
+ "mkdocs-gen-files~=0.5.0",
56
+ "mkdocs-include-markdown-plugin~=6.2.2",
57
+ "mkdocs-literate-nav~=0.6.1",
58
+ "mkdocs-material~=9.5.33",
59
+ "mkdocstrings[python]~=0.25.2",
60
+ "black~=24.8",
61
+]
62
63
[project.scripts]
64
stagpy = "stagpy.__main__:main"
0 commit comments