There was an error while loading. Please reload this page.
1 parent 2d216f1 commit 31dc32bCopy full SHA for 31dc32b
1 file changed
.github/workflows/documentation.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-python@v5
14
- name: Install dependencies
15
run: |
16
- pip install sphinx sphinx_rtd_theme myst_parser
+ pip install ".[docs]"
17
- name: Sphinx build
18
19
cd docs && make html
0 commit comments