We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bf503 commit f8608c2Copy full SHA for f8608c2
1 file changed
docs/conf.py
@@ -127,7 +127,7 @@
127
# Add any paths that contain custom static files (such as style sheets) here,
128
# relative to this directory. They are copied after the builtin static files,
129
# so a file named "default.css" will overwrite the builtin "default.css".
130
-html_static_path = ["_static"]
+# html_static_path = ["_static"]
131
132
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
133
# using the given strftime format.
@@ -246,4 +246,6 @@
246
# texinfo_show_urls = 'footnote'
247
248
# Example configuration for intersphinx: refer to the Python standard library.
249
-intersphinx_mapping = {"http://docs.python.org/": None}
+intersphinx_mapping = {
250
+ "python": ("https://python.readthedocs.org/en/latest/", None),
251
+}
0 commit comments