File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8989# autodoc config
9090autodoc_default_options = {
9191 'members' : True ,
92- 'undoc-members' : True ,
93- 'imported-members' : True ,
92+ 'undoc-members' : True
9493}
9594
9695# Add any paths that contain templates here, relative to this directory.
175174
176175# The theme to use for HTML and HTML Help pages. See the documentation for
177176# a list of builtin themes.
178- html_theme = "alabaster "
177+ html_theme = "furo "
179178
180179# Theme options are theme-specific and customize the look and feel of a theme
181180# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ matplotlib
1212joblib
1313nbsphinx
1414myst-nb
15- sphinx-mdinclude
15+ sphinx-mdinclude
16+ furo
You can’t perform that action at this time.
0 commit comments