Skip to content

Commit f8608c2

Browse files
committed
Fix some sphinx warnings
1 parent c2bf503 commit f8608c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
# Add any paths that contain custom static files (such as style sheets) here,
128128
# relative to this directory. They are copied after the builtin static files,
129129
# so a file named "default.css" will overwrite the builtin "default.css".
130-
html_static_path = ["_static"]
130+
# html_static_path = ["_static"]
131131

132132
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
133133
# using the given strftime format.
@@ -246,4 +246,6 @@
246246
# texinfo_show_urls = 'footnote'
247247

248248
# Example configuration for intersphinx: refer to the Python standard library.
249-
intersphinx_mapping = {"http://docs.python.org/": None}
249+
intersphinx_mapping = {
250+
"python": ("https://python.readthedocs.org/en/latest/", None),
251+
}

0 commit comments

Comments
 (0)