Commit ddcfd01 1 parent bb62ff4 commit ddcfd01 Copy full SHA for ddcfd01
File tree 2 files changed +4
-17
lines changed
2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 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 ('../../' ))
10
4
11
5
12
6
project = 'manim'
13
- copyright = '2021, TonyCrane '
7
+ copyright = '- This document has been placed in the public domain. '
14
8
author = 'TonyCrane'
15
9
16
10
release = '0.1'
17
11
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.
24
12
extensions = [
25
13
'sphinx.ext.todo' ,
26
14
'sphinx.ext.githubpages' ,
Original file line number Diff line number Diff line change @@ -40,5 +40,4 @@ Indices and tables
40
40
==================
41
41
42
42
* :ref: `genindex `
43
- * :ref: `modindex `
44
43
* :ref: `search `
You can’t perform that action at this time.
0 commit comments