We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb09d5f commit f5f7bdaCopy full SHA for f5f7bda
.github/workflows/build-sphinx-docs.yml
@@ -39,7 +39,7 @@ jobs:
39
pre-commit run -a -v --color always
40
- name: Build docs
41
run: |
42
- nox -e 'docs-html(gen_sitevars=True, clean=True)'
+ nox -e 'docs-html(clean=True)'
43
- name: Upload artifact
44
uses: actions/upload-artifact@v4
45
with:
0 commit comments