File tree 3 files changed +3
-75
lines changed
3 files changed +3
-75
lines changed Original file line number Diff line number Diff line change 28
28
29
29
# Add any Sphinx extension module names here, as strings. They can be extensions
30
30
# 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' ]
40
32
41
33
# Add any paths that contain templates here, relative to this directory.
42
34
templates_path = ['_templates' ]
102
94
103
95
# The theme to use for HTML and HTML Help pages. See the documentation for
104
96
# a list of builtin themes.
105
- html_theme = 'sphinx_rtd_theme '
97
+ html_theme = 'default '
106
98
107
99
# Theme options are theme-specific and customize the look and feel of a theme
108
100
# further. For a list of options available for each theme, see the
254
246
255
247
256
248
# 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 }
262
250
263
251
todo_include_todos = True
264
252
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments