File tree 2 files changed +8
-2
lines changed 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
# Add any Sphinx extension module names here, as strings. They can be extensions
28
28
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29
- extensions = ["sphinx.ext.viewcode" , "sphinx.ext.autodoc" , "sphinx.ext.intersphinx" ]
29
+ extensions = [
30
+ "sphinx.ext.viewcode" ,
31
+ "sphinx.ext.autodoc" ,
32
+ "sphinx.ext.intersphinx" ,
33
+ "sphinx_rtd_theme" ,
34
+ ]
30
35
31
36
# Add any paths that contain templates here, relative to this directory.
32
37
templates_path = ["_templates" ]
92
97
93
98
# The theme to use for HTML and HTML Help pages. See the documentation for
94
99
# a list of builtin themes.
95
- html_theme = "default "
100
+ html_theme = "sphinx_rtd_theme "
96
101
97
102
# Theme options are theme-specific and customize the look and feel of a theme
98
103
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ dev = [
54
54
]
55
55
docs = [
56
56
" sphinx" ,
57
+ " sphinx_rtd_theme" ,
57
58
]
58
59
59
60
[project .urls ]
You can’t perform that action at this time.
0 commit comments