Skip to content

Commit de5fbc7

Browse files
authored
correct conf file that was changed by accident
1 parent 4c889ec commit de5fbc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@
4747
extensions = [
4848
"sphinx.ext.autodoc",
4949
"recommonmark",
50+
"sphinx.ext.napoleon",
51+
"sphinx.ext.autosummary",
5052
"sphinx.ext.doctest",
5153
"manim_directive",
5254
]
5355

5456
# Automatically generate stub pages when using the .. autosummary directive
55-
autosummary_generate = False
57+
autosummary_generate = True
5658

5759
# Add any paths that contain templates here, relative to this directory.
5860
templates_path = ["_templates"]

0 commit comments

Comments
 (0)