Merge branch 'master' of github.com:3b1b/manim

This commit is contained in:
Grant Sanderson 2021-04-28 08:51:09 -07:00
commit bb72718c3b
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Install sphinx and manim env - name: Install sphinx and manim env
run: | run: |
pip3 install --upgrade pip pip3 install --upgrade pip
sudo apt install python3-setuptools sudo apt install python3-setuptools libpango1.0-dev
pip3 install -r docs/requirements.txt pip3 install -r docs/requirements.txt
pip3 install -r requirements.txt pip3 install -r requirements.txt
@ -37,4 +37,4 @@ jobs:
with: with:
ACCESS_TOKEN: ${{ secrets.DOC_DEPLOY_TOKEN }} ACCESS_TOKEN: ${{ secrets.DOC_DEPLOY_TOKEN }}
BRANCH: gh-pages BRANCH: gh-pages
FOLDER: docs/build/html FOLDER: docs/build/html

View file

@ -6,7 +6,7 @@ Manim's documentation
Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos
at `3Blue1Brown <https://www.3blue1brown.com/>`_. at `3Blue1Brown <https://www.3blue1brown.com/>`_.
And here is a Chinese version of this documentation: https://manim.ml/shaders And here is a Chinese version of this documentation: https://manim.wiki/shaders
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2