We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f7b7c commit 9faaa0fCopy full SHA for 9faaa0f
1 file changed
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
pip install .
29
- pip install sphinx sphinx-rtd-theme
+ pip install sphinx sphinx_rtd_theme
30
31
- name: Build Sphinx HTML
32
@@ -38,4 +38,4 @@ jobs:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
39
publish_dir: docs/build/html
40
publish_branch: gh-pages
41
- destination_dir: docs
+ destination_dir: docs
0 commit comments