We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1c45b commit 8698127Copy full SHA for 8698127
docs/conf.py
@@ -24,3 +24,6 @@
24
],
25
)
26
}
27
+
28
+# Be strict about any broken references:
29
+nitpicky = True
tox.ini
@@ -19,7 +19,7 @@ extras =
19
testing
20
changedir = docs
21
commands =
22
- python -m sphinx . {toxinidir}/build/html
+ python -m sphinx -W --keep-going . {toxinidir}/build/html
23
[testenv:release]
skip_install = True
0 commit comments