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.
2 parents 6f9d5ce + dbcf270 commit 469068eCopy full SHA for 469068e
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/setup-python@v2
36
- name: Install Sphinx
37
run: |
38
- pip install sphinx sphinx-rtd-theme
+ pip install -r docs/requirements.txt
39
pip install .
40
- name: Build docs with Sphinx
41
0 commit comments