Skip to content

Commit 2b6519f

Browse files
committed
# renamed files and removed some unused code
1 parent 49a5184 commit 2b6519f

File tree

9 files changed

+1
-4
lines changed

9 files changed

+1
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,12 @@
4747
extensions = [
4848
"sphinx.ext.autodoc",
4949
"recommonmark",
50-
"sphinx.ext.napoleon",
51-
"sphinx.ext.autosummary",
5250
"sphinx.ext.doctest",
5351
"manim_directive",
5452
]
5553

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

5957
# Add any paths that contain templates here, relative to this directory.
6058
templates_path = ["_templates"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/source/examples/text_examples.rst renamed to docs/source/examples/text.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ Text
99
def construct(self):
1010
t = TextMobject("Hello World")
1111
self.add(t)
12-
self.wait(1)
1312

0 commit comments

Comments
 (0)