Skip to content

Commit 8d7e736

Browse files
committed
Sphinx conf.py fixes
1 parent 019d54a commit 8d7e736

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/source/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
templates_path = ["_templates"]
4040

4141
# The suffix of source filenames.
42-
source_suffix = ".rst"
42+
source_suffix = {".rst": "restructuredtext"}
4343

4444
# The encoding of source files.
4545
# source_encoding = 'utf-8-sig'
@@ -128,7 +128,7 @@
128128
# Add any paths that contain custom static files (such as style sheets) here,
129129
# relative to this directory. They are copied after the builtin static files,
130130
# so a file named "default.css" will overwrite the builtin "default.css".
131-
html_static_path = ["_static"]
131+
# html_static_path = ["_static"]
132132

133133
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
134134
# using the given strftime format.
@@ -266,7 +266,6 @@
266266

267267
# Example configuration for intersphinx: refer to the Python standard library.
268268
intersphinx_mapping = {
269-
"http://docs.python.org/": None,
270269
"numpy": ("http://docs.scipy.org/doc/numpy", None),
271270
"serial": ("http://pyserial.sourceforge.net/", None),
272271
"pint": ("https://pint.readthedocs.io/en/stable/", None),

0 commit comments

Comments
 (0)