]> kaliko git repositories - python-musicpd.git/blobdiff - .gitlab-ci.yml
Releasing 0.9.0
[python-musicpd.git] / .gitlab-ci.yml
index 90f133a64a4a440d22b6754d4e5cf8db7b07e569..6576783140e77d3886d75423817f39e198c2223f 100644 (file)
@@ -97,6 +97,8 @@ build:
         - .gitlab-ci.yml
         - musicpd.py
         - test.py
+        - MANIFEST.in
+        - pyproject.toml
     - if: $CI_PIPELINE_SOURCE == "schedule"
 
 tag_release:
@@ -120,7 +122,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: