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 2525
2626# Add any Sphinx extension module names here, as strings. They can be extensions
2727# 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+ ]
2932
3033# Add any paths that contain templates here, relative to this directory.
3134templates_path = ["_templates" ]
9396
9497# The theme to use for HTML and HTML Help pages. See the documentation for
9598# a list of builtin themes.
96- # html_theme = 'default'
99+ html_theme = "sphinx_rtd_theme"
97100
98101# Theme options are theme-specific and customize the look and feel of a theme
99102# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change 11# Install this project in editable mode, so that its package metadata can be queried
22-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