add manimlib to path

This commit is contained in:
Tony031218 2021-01-24 16:03:18 +08:00
parent bb62ff4cd6
commit ddcfd01fa3
2 changed files with 4 additions and 17 deletions

View file

@ -1,26 +1,14 @@
# -- Path setup --------------------------------------------------------------
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
project = 'manim'
copyright = '2021, TonyCrane'
copyright = '- This document has been placed in the public domain.'
author = 'TonyCrane'
release = '0.1'
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.todo',
'sphinx.ext.githubpages',

View file

@ -40,5 +40,4 @@ Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`