File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
- extensions = ["sphinx.ext.autodoc" ]
28
+ extensions = [
29
+ "sphinx.ext.autodoc" ,
30
+ "sphinx_rtd_theme" ,
31
+ ]
29
32
30
33
# Add any paths that contain templates here, relative to this directory.
31
34
templates_path = ["_templates" ]
93
96
94
97
# The theme to use for HTML and HTML Help pages. See the documentation for
95
98
# a list of builtin themes.
96
- # html_theme = 'default'
99
+ html_theme = "sphinx_rtd_theme"
97
100
98
101
# Theme options are theme-specific and customize the look and feel of a theme
99
102
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 1
1
# Install this project in editable mode, so that its package metadata can be queried
2
2
-e .
3
- Sphinx==6 .2.1
4
- sphinx-rtd-theme==1.2.2
3
+ Sphinx==7 .2.2
4
+ sphinx-rtd-theme==1.3.0
You can’t perform that action at this time.
0 commit comments