Skip to content

Commit ddcfd01

Browse files
committed
add manimlib to path
1 parent bb62ff4 commit ddcfd01

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

docs/source/conf.py

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
1-
# -- Path setup --------------------------------------------------------------
2-
3-
# If extensions (or modules to document with autodoc) are in another directory,
4-
# add these directories to sys.path here. If the directory is relative to the
5-
# documentation root, use os.path.abspath to make it absolute, like shown here.
6-
#
7-
# import os
8-
# import sys
9-
# sys.path.insert(0, os.path.abspath('.'))
1+
import os
2+
import sys
3+
sys.path.insert(0, os.path.abspath('../../'))
104

115

126
project = 'manim'
13-
copyright = '2021, TonyCrane'
7+
copyright = '- This document has been placed in the public domain.'
148
author = 'TonyCrane'
159

1610
release = '0.1'
1711

18-
19-
# -- General configuration ---------------------------------------------------
20-
21-
# Add any Sphinx extension module names here, as strings. They can be
22-
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
23-
# ones.
2412
extensions = [
2513
'sphinx.ext.todo',
2614
'sphinx.ext.githubpages',

docs/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ Indices and tables
4040
==================
4141

4242
* :ref:`genindex`
43-
* :ref:`modindex`
4443
* :ref:`search`

0 commit comments

Comments
 (0)