changeset 643040763d90 in cookiecutter:default
details: https://hg.tryton.org/cookiecutter?cmd=changeset&node=643040763d90
description:
Check links in documentation
issue11409
review407271002
diffstat:
{{ cookiecutter.module_name }}/.drone.yml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 27d346aa6d7a -r 643040763d90 {{ cookiecutter.module_name }}/.drone.yml
--- a/{{ cookiecutter.module_name }}/.drone.yml Mon Apr 25 18:11:43 2022 +0200
+++ b/{{ cookiecutter.module_name }}/.drone.yml Mon Apr 25 18:33:28 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