File tree Expand file tree Collapse file tree 3 files changed +3
-75
lines changed Expand file tree Collapse file tree 3 files changed +3
-75
lines changed Original file line number Diff line number Diff line change 2828
2929# Add any Sphinx extension module names here, as strings. They can be extensions
3030# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
31- extensions = [
32- "sphinx.ext.duration" ,
33- "sphinx.ext.doctest" ,
34- "sphinx.ext.autodoc" ,
35- "sphinx.ext.ifconfig" ,
36- "sphinx.ext.autosummary" ,
37- "sphinx.ext.todo" ,
38- "sphinx.ext.intersphinx" ,
39- ]
31+ extensions = ['sphinx.ext.intersphinx' , 'sphinx.ext.ifconfig' , 'sphinx.ext.todo' ]
4032
4133# Add any paths that contain templates here, relative to this directory.
4234templates_path = ['_templates' ]
10294
10395# The theme to use for HTML and HTML Help pages. See the documentation for
10496# a list of builtin themes.
105- html_theme = 'sphinx_rtd_theme '
97+ html_theme = 'default '
10698
10799# Theme options are theme-specific and customize the look and feel of a theme
108100# further. For a list of options available for each theme, see the
254246
255247
256248# Example configuration for intersphinx: refer to the Python standard library.
257- intersphinx_mapping = {
258- "rtd" : ("https://docs.readthedocs.io/en/stable/" , None ),
259- "python" : ("https://docs.python.org/3/" , None ),
260- "sphinx" : ("https://www.sphinx-doc.org/en/master/" , None ),
261- }
249+ intersphinx_mapping = {'http://docs.python.org/' : None }
262250
263251todo_include_todos = True
264252
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments