Skip to content

Commit 5820ee5

Browse files
committed
Use the __all__ attribute on all modules
1 parent cba54e8 commit 5820ee5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/source/conf.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
"sphinx_design",
4141
"sphinx_favicon",
4242
"sphinxcontrib.mermaid",
43-
# "nbsphinx",
44-
# "myst_parser",
4543
"myst_nb",
4644
]
4745

@@ -50,13 +48,7 @@
5048
]
5149

5250
autodoc2_module_all_regexes = [
53-
r"evox",
54-
r"evox\..algorithms",
55-
r"evox\..metrics",
56-
r"evox\..operators",
57-
r"evox\..problems",
58-
r"evox\..utils",
59-
r"evox\..workflows",
51+
r"evox\..*",
6052
]
6153

6254
autodoc2_render_plugin = "myst"

0 commit comments

Comments
 (0)