Skip to content

Commit faaeb89

Browse files
authored
Merge pull request #449 from behackl/rtd-docbuild
fix RTD documentation build for non-master branches
2 parents f525a3d + d4bd874 commit faaeb89

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
Sphinx==3.1.2
22
guzzle-sphinx-theme
33
recommonmark>=0.5.0
4-
https://github.com/ManimCommunity/manim/archive/master.zip

docs/rtd-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
imageio-ffmpeg
1+
imageio-ffmpeg

manim/mobject/geometry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ def get_length(self):
233233

234234

235235
class Arc(TipableVMobject):
236+
"""A circular arc."""
237+
236238
CONFIG = {
237239
"radius": 1.0,
238240
"num_components": 9,

0 commit comments

Comments
 (0)