We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b5fee commit b515a04Copy full SHA for b515a04
.github/workflows/documentation.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
pip install -r dev-requirements.txt
22
+ pip install .
23
- name: Sphinx build
24
25
sphinx-build docs/source _build
0 commit comments