summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-16 01:13:03 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-16 02:16:12 +0200
commit883f33613572e3c92021b58522b54958b00cdc87 (patch)
tree321d9c8443b8711cb96d7df7a472d530a9e6dceb /docs/conf.py
parentedfa441febf6c5d8af8973ce952b3a0c19b7b575 (diff)
downloadpython-setuptools-git-883f33613572e3c92021b58522b54958b00cdc87.tar.gz
✨Make the default implicit role autofind targets
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1928af58..982f5e62 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,3 +150,8 @@ link_files = {
# Be strict about any broken references:
nitpicky = True
+
+
+# Ref: https://github.com/python-attrs/attrs/pull/571/files\
+# #diff-85987f48f1258d9ee486e3191495582dR82
+default_role = 'any'