Commit b170eac3 authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

🚑 Make Sphinx nitpicky about broken references

Fixes #2424
parent ff5d8c44
...@@ -146,3 +146,7 @@ link_files = { ...@@ -146,3 +146,7 @@ link_files = {
], ],
), ),
} }
# Be strict about any broken references:
nitpicky = True
...@@ -49,7 +49,16 @@ extras = ...@@ -49,7 +49,16 @@ extras =
testing testing
changedir = docs changedir = docs
commands = commands =
python -m sphinx . {toxinidir}/build/html {envpython} -m sphinx \
-j auto \
-b html \
--color \
-a \
-n \
-W \
-d "{temp_dir}/.doctrees" \
. \
"{toxinidir}/build/html"
[testenv:finalize] [testenv:finalize]
skip_install = True skip_install = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment