Cédric Krier pushed to branch branch/default at Tryton / Relatorio


Commits:
8ee53ff3 by Cédric Krier at 2023-02-04T21:33:03+01:00
Use proxy for check-doc image
- - - - -
7f917ffb by Cédric Krier at 2023-02-04T21:38:13+01:00
Apply sphinx-lint to documentation
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -17,6 +17,11 @@
 
 check-doc:
   extends: .check
-  image: sphinxdoc/sphinx
+  image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/sphinxdoc/sphinx
+  cache:
+    paths:
+      - .cache/pip
+  before_script:
+    - pip install sphinx-lint
   script:
     - python -m sphinx -T -E -W -n -b html doc _build/html
@@ -21,5 +26,6 @@
   script:
     - python -m sphinx -T -E -W -n -b html doc _build/html
+    - python -m sphinxlint doc
     - python -m sphinx -T -E -W -n -b linkcheck doc _build
   rules:
     - changes:



View it on Heptapod: 
https://foss.heptapod.net/tryton/relatorio/-/compare/9153cbc7bc04caded58bd94294ff258be7121c9e...7f917ffb2a17ed3253e9e6fa52d5ca4769f127e0

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/relatorio/-/compare/9153cbc7bc04caded58bd94294ff258be7121c9e...7f917ffb2a17ed3253e9e6fa52d5ca4769f127e0
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to