summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ac65d4b..6c74cbf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -252,10 +252,9 @@ texinfo_documents = [
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'
-intersphinx_mapping = {
- 'https://docs.python.org/': None,
- 'https://zopeschema.readthedocs.io/en/latest': None,
-}
+# intersphinx_mapping = {
+# 'python': ('https://docs.python.org/', None),
+# }
autodoc_default_flags = [
'members',