changeset 5b8f8b6e08e2 in modules/account_receivable_rule:default
details:
https://hg.tryton.org/modules/account_receivable_rule?cmd=changeset&node=5b8f8b6e08e2
description:
Check links in documentation
issue11409
review390641002
diffstat:
.drone.yml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r c3f5c62d169f -r 5b8f8b6e08e2 .drone.yml
--- a/.drone.yml Mon Apr 25 18:11:18 2022 +0200
+++ b/.drone.yml Mon Apr 25 18:34:06 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