Skip to content

Commit 02c10f3

Browse files
committed
furo theme, no imported member documentation
1 parent f2e63cd commit 02c10f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@
8989
# autodoc config
9090
autodoc_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.
@@ -175,7 +174,7 @@
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

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ matplotlib
1212
joblib
1313
nbsphinx
1414
myst-nb
15-
sphinx-mdinclude
15+
sphinx-mdinclude
16+
furo

0 commit comments

Comments
 (0)