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 11a4f78 commit 6ae246fCopy full SHA for 6ae246f
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build HTML
20
uses: ammaraskar/sphinx-action@7.0.0
21
with:
22
- build-command: "sphinx-multiversion source build/html"
+ build-command: "sphinx-multiversion source build/html -e"
23
24
- name: Upload artifacts
25
uses: actions/upload-artifact@v4
@@ -32,4 +32,4 @@ jobs:
32
if: github.ref == 'refs/heads/master'
33
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
- publish_dir: docs/build/html/master
+ publish_dir: docs/build/html/master
0 commit comments