mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
add manimlib to path
This commit is contained in:
parent
bb62ff4cd6
commit
ddcfd01fa3
2 changed files with 4 additions and 17 deletions
|
@ -1,26 +1,14 @@
|
||||||
# -- Path setup --------------------------------------------------------------
|
import os
|
||||||
|
import sys
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
sys.path.insert(0, os.path.abspath('../../'))
|
||||||
# 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('.'))
|
|
||||||
|
|
||||||
|
|
||||||
project = 'manim'
|
project = 'manim'
|
||||||
copyright = '2021, TonyCrane'
|
copyright = '- This document has been placed in the public domain.'
|
||||||
author = 'TonyCrane'
|
author = 'TonyCrane'
|
||||||
|
|
||||||
release = '0.1'
|
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 = [
|
extensions = [
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinx.ext.githubpages',
|
'sphinx.ext.githubpages',
|
||||||
|
|
|
@ -40,5 +40,4 @@ Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
Loading…
Add table
Reference in a new issue