We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2769afb commit ccbc178Copy full SHA for ccbc178
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 myst-nb furo
+ pip install . sphinx sphinx_rtd_theme myst_parser myst-nb furo
17
- name: Sphinx build
18
19
sphinx-build docs/source docs/build
0 commit comments