File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 77 paths :
88 - ' docs/**'
99 - ' mkdocs.yml'
10+ - ' .github/workflows/docs.yml'
1011
1112jobs :
1213 deploy :
2425 - name : Install MkDocs and dependencies
2526 run : |
2627 python -m pip install --upgrade pip
27- pip install mkdocs mkdocs-macros-plugin requests
28+ pip install uv
29+ uv pip install -r pyproject.toml --extra docs
30+
2831
2932 - name : Build docs
3033 run : mkdocs build
Original file line number Diff line number Diff line change @@ -29,6 +29,15 @@ requires = ["setuptools>=61.0"]
2929build-backend = " setuptools.build_meta"
3030
3131[dependency-groups ]
32+ docs = [
33+ " mkdocs" ,
34+ " mkdocs-jupyter" ,
35+ " mkdocs-macros-plugin" ,
36+ " mkdocs-material" ,
37+ " mkdocstrings[python]" ,
38+ " mkdocs-material" ,
39+ ]
40+
3241dev = [
3342 " black" ,
3443 " coverage" ,
@@ -39,7 +48,6 @@ dev = [
3948 " mkdocs-material" ,
4049 " mkdocstrings[python]" ,
4150 " mkdocs-material" ,
42- " mkdocstrings[python]" ,
4351 " nbval" ,
4452 " pre-commit" ,
4553 " pytest" ,
You can’t perform that action at this time.
0 commit comments