mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 18:07:49 +00:00
Merge branch 'master' of github.com:3b1b/manim
This commit is contained in:
commit
bb72718c3b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue