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 e8be5db commit 6690232Copy full SHA for 6690232
.github/workflows/gh-pages.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Build Documentation
20
run: |
21
- poetry run sphinx-multiversion doc/ .html-documentation
+ poetry run python -m nox -s docs:multiversion
22
23
- name: Deploy
24
uses: JamesIves/[email protected]
0 commit comments