Skip to content

Commit c33c25e

Browse files
committed
Update conf.py
1 parent 35caefe commit c33c25e

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,19 @@
6060
# The theme to use for HTML and HTML Help pages. See the documentation for
6161
# a list of builtin themes.
6262
#
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+
6373
html_theme = 'sphinx_rtd_theme'
6474

6575
# Add any paths that contain custom static files (such as style sheets) here,
6676
# relative to this directory. They are copied after the builtin static files,
6777
# so a file named "default.css" will overwrite the builtin "default.css".
68-
html_static_path = ['_static']
78+
# html_static_path = ['_static']

0 commit comments

Comments
 (0)