|
@@ -28,7 +28,8 @@ os: osx
|
|
# script:
|
|
# script:
|
|
# - python3 setup.py test
|
|
# - python3 setup.py test
|
|
install:
|
|
install:
|
|
- - pip3 install Sphinx
|
|
|
|
|
|
+ - pip3 install Sphinx sphinx_rtd_theme
|
|
|
|
+# - pip install Sphinx sphinx_rtd_theme
|
|
|
|
|
|
after_success:
|
|
after_success:
|
|
- make html
|
|
- make html
|
|
@@ -38,6 +39,6 @@ deploy:
|
|
skip-cleanup: true
|
|
skip-cleanup: true
|
|
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
|
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
|
keep-history: true
|
|
keep-history: true
|
|
- local-dir: ./build/html
|
|
|
|
|
|
+ local-dir: ./build
|
|
on:
|
|
on:
|
|
branch: master
|
|
branch: master
|