We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b096e3 commit 6971535Copy full SHA for 6971535
1 file changed
.github/workflows/deploy-docs.yaml
@@ -25,7 +25,8 @@ jobs:
25
- name: Install documentation dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install -e .[docs]
+ # Install all documentation dependencies directly instead of using -e .[docs]
29
+ pip install mkdocs-material mkdocstrings-python mkdocs-table-reader-plugin mkdocs-include-markdown-plugin mkdocs-gen-files mkdocs-literate-nav markdown-include pymdown-extensions pygments
30
31
- name: Deploy documentation
32
run: mkdocs gh-deploy --force
0 commit comments