summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2740e94..7b61d34 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -82,6 +82,9 @@ extensions = [
'cloud_sptheme.ext.autoattribute_search_bases',
'cloud_sptheme.ext.docfield_markup',
'cloud_sptheme.ext.escaped_samp_literals',
+
+ # silence "footnote not referenced" warning -- should maybe redo these in docs :)
+ 'cloud_sptheme.ext.allow_unreferenced_footnotes',
]
# Add any paths that contain templates here, relative to this directory.
@@ -159,6 +162,11 @@ modindex_common_prefix = ["passlib."]
# appended to all pages
rst_epilog = "\n.. |updated| replace:: %s\n" % updated
+# Intersphinx
+intersphinx_mapping = {
+ 'python': ('https://docs.python.org/3', None),
+}
+
#=============================================================================
# Options for all output
#=============================================================================