summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-05-04 16:54:15 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-05-04 16:54:15 -0400
commit9549aebd98ca8e352205f547a717ab12c659cd01 (patch)
tree1f11eabc19d8ec0fc6e75f2a69a109b6e86c152f /docs/conf.py
parent529419e71f496fcf6274ebdb4af96905314b5e7f (diff)
parent8698127dbd17b47d1d07e35bee3725fecb69670b (diff)
downloadpython-setuptools-git-9549aebd98ca8e352205f547a717ab12c659cd01.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7c748056..93b19b57 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -73,6 +73,9 @@ link_files = {
),
}
+# Be strict about any broken references:
+nitpicky = True
+
intersphinx_mapping = {
'pypa-build': ('https://pypa-build.readthedocs.io/en/latest/', None)
}
@@ -85,9 +88,6 @@ extlinks = {
}
extensions += ['sphinx.ext.extlinks', 'sphinx.ext.intersphinx']
-# Be strict about any broken references:
-nitpicky = True
-
# Ref: https://github.com/python-attrs/attrs/pull/571/files\
# #diff-85987f48f1258d9ee486e3191495582dR82
default_role = 'any'