Skip to content

Commit f5f7bda

Browse files
Update target nox command
1 parent cb09d5f commit f5f7bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sphinx-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pre-commit run -a -v --color always
4040
- name: Build docs
4141
run: |
42-
nox -e 'docs-html(gen_sitevars=True, clean=True)'
42+
nox -e 'docs-html(clean=True)'
4343
- name: Upload artifact
4444
uses: actions/upload-artifact@v4
4545
with:

0 commit comments

Comments
 (0)