mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
third attempt at deploying docs
This commit is contained in:
parent
aa2734477a
commit
f3f0e3ba03
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,10 @@ dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
|
|||
python: "3.7"
|
||||
cache: pip
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- python3-sphinx
|
||||
install:
|
||||
- pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
|
@ -17,6 +21,8 @@ script:
|
|||
- python setup.py test
|
||||
- python setup.py bdist_wheel
|
||||
after_success:
|
||||
- pip install sphinx_rtd_theme
|
||||
- make --directory docs/ html
|
||||
- openssl aes-256-cbc -K $encrypted_1b28e850a424_key -iv $encrypted_1b28e850a424_iv -in travis/crypt.enc -out travis/crypt -d
|
||||
- tar xf travis/crypt
|
||||
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && travis/deploy_docs.sh
|
||||
|
|
BIN
travis/crypt.enc
BIN
travis/crypt.enc
Binary file not shown.
Loading…
Add table
Reference in a new issue