We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d6042 commit c78ad3dCopy full SHA for c78ad3d
.github/workflows/documentation.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-python@v3
14
- name: Install dependencies
15
run: |
16
- pip install sphinx sphinx_immaterial myst_parser sphinxcontrib-bibtex
+ pip install sphinx sphinx_immaterial myst_parser setuptools sphinxcontrib-bibtex
17
- name: Sphinx build
18
19
sphinx-build -M html . _build
0 commit comments