File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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.
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+ }
You can’t perform that action at this time.
0 commit comments