summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-05-19 10:04:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-05-19 10:04:14 -0400
commitb81ff3b7ac45e6b59d190d987effaa74ac12d9b0 (patch)
tree75c7689bc4e96762c73b6f24fa0c66d1b15556df /docs
parenteeb10313ae4a80271fd41c2540c0fe53ba45baa5 (diff)
parent8698127dbd17b47d1d07e35bee3725fecb69670b (diff)
downloadpytest-runner-b81ff3b7ac45e6b59d190d987effaa74ac12d9b0.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 509290a..2ac23dd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,6 +29,9 @@ link_files = {
)
}
+# Be strict about any broken references:
+nitpicky = True
+
# Custom sidebar templates, maps document names to template names.
html_theme = 'alabaster'
templates_path = ['_templates']