summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-06-18 17:28:40 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-06-18 17:29:32 +0200
commit9c07c677a0b3315ddc24b1de7d7da1e5e89609eb (patch)
tree7a32f39b37e8ae2ba33cec9f7dc57457719df630
parentb57bdc5cb91471fc6af0be4ab72ea873d23cffde (diff)
downloadcherrypy-git-9c07c677a0b3315ddc24b1de7d7da1e5e89609eb.tar.gz
Set the default role in Sphinx to "any"
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2d7824fb..6c04928d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -231,3 +231,8 @@ link_files = {
],
),
}
+
+
+# Ref: https://github.com/python-attrs/attrs/pull/571/files\
+# #diff-85987f48f1258d9ee486e3191495582dR82
+default_role = 'any'