]> kaliko git repositories - python-musicpd.git/blobdiff - .gitlab-ci.yml
Improved exceptions doc, fixed sphinx warnings
[python-musicpd.git] / .gitlab-ci.yml
index 90f133a64a4a440d22b6754d4e5cf8db7b07e569..d55875f679cd231302caf3a04b2252a6507580a9 100644 (file)
@@ -120,7 +120,7 @@ build_doc:
   stage: build
   script:
     - pip install sphinx sphinx_rtd_theme
-    - sphinx-build doc/source -b html ./html -D html_theme=sphinx_rtd_theme
+    - sphinx-build doc/source -b html ./html -D html_theme=sphinx_rtd_theme -E -W -n --keep-going
   rules:
     - if: $CI_PIPELINE_SOURCE == "push"
       changes: