We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35caefe commit c33c25eCopy full SHA for c33c25e
1 file changed
docs/source/conf.py
@@ -60,9 +60,19 @@
60
# The theme to use for HTML and HTML Help pages. See the documentation for
61
# a list of builtin themes.
62
#
63
+intersphinx_mapping = {
64
+ 'python': ('https://docs.python.org/3/', None),
65
+ 'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
66
+}
67
+intersphinx_disabled_domains = ['std']
68
+
69
+templates_path = ['_templates']
70
71
+# -- Options for HTML output
72
73
html_theme = 'sphinx_rtd_theme'
74
75
# Add any paths that contain custom static files (such as style sheets) here,
76
# relative to this directory. They are copied after the builtin static files,
77
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
78
+# html_static_path = ['_static']
0 commit comments