changeset a897b714b4ff in trytond-gis:default
details: https://hg.tryton.org/trytond-gis?cmd=changeset&node=a897b714b4ff
description:
        Check links in documentation

        issue11409
        review390641002
diffstat:

 .drone.yml |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 36180eeeff8e -r a897b714b4ff .drone.yml
--- a/.drone.yml        Sat Apr 16 18:30:20 2022 +0200
+++ b/.drone.yml        Mon Apr 25 18:34:07 2022 +0200
@@ -36,6 +36,7 @@
         commands:
             - pip install sphinx
             - python -m sphinx -T -E -W -n -b html doc _build/html
+            - python -m sphinx -T -E -W -n -b linkcheck doc _build
         volumes:
             - cache:/root/.cache
 

Reply via email to