Skip to content

Commit

Permalink
use sphinx-lint -i venv in gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipPartsch authored Nov 21, 2024
1 parent 36f7f71 commit 8f78535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pages_test:
script:
# install documentation requirements
- pip install -r ./docs/requirements.txt
- sphinx-lint
- sphinx-lint -i venv
- sphinx-build -W -b html ./docs ./public
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
Expand Down

0 comments on commit 8f78535

Please sign in to comment.