Skip to content
Snippets Groups Projects
Commit 470515e1 authored by Deepak Rangarajan's avatar Deepak Rangarajan Committed by Jordan Musser
Browse files

treat warnings as errors in the CI (!85)

parent 3ec2a820
No related branches found
No related tags found
1 merge request!85treat warnings as errors in the CI
Pipeline #40083 passed
...@@ -16,8 +16,8 @@ docs:userguide: ...@@ -16,8 +16,8 @@ docs:userguide:
image: sphinxdoc/sphinx:latest image: sphinxdoc/sphinx:latest
script: script:
- pip install -q sphinx_rtd_theme sphinx_tabs sphinxcontrib-bibtex - pip install -q sphinx_rtd_theme sphinx_tabs sphinxcontrib-bibtex
- sphinx-build -b html docs/source_docs/ build/docs - sphinx-build -W -b html docs/source_docs/ build/docs
- sphinx-build -b html docs/picvva/ build/picvva - sphinx-build -W -b html docs/picvva/ build/picvva
stage: build-docs stage: build-docs
artifacts: artifacts:
name: $CI_JOB_NAME name: $CI_JOB_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment