File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3939templates_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'
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.
266266
267267# Example configuration for intersphinx: refer to the Python standard library.
268268intersphinx_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 ),
You can’t perform that action at this time.
0 commit comments