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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ docs:userguide:
  image: sphinxdoc/sphinx:latest
  script:
    - pip install -q sphinx_rtd_theme sphinx_tabs sphinxcontrib-bibtex
    - sphinx-build -b html docs/source_docs/ build/docs
    - sphinx-build -b html docs/picvva/ build/picvva
    - sphinx-build -W -b html docs/source_docs/ build/docs
    - sphinx-build -W -b html docs/picvva/ build/picvva
  stage: build-docs
  artifacts:
    name: $CI_JOB_NAME