Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit eaaf0b1

Browse files
authored
Autobuild docs using Travis CI (#76)
1 parent 4983290 commit eaaf0b1

33 files changed

Lines changed: 250 additions & 15342 deletions

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: python
2+
python:
3+
- '3.6'
4+
5+
install:
6+
- pip install --upgrade sphinx
7+
8+
script:
9+
- ./scripts/update_docs.sh
10+
- touch docs/.nojekyll
11+
12+
branches:
13+
only:
14+
- master
15+
16+
deploy:
17+
provider: pages
18+
local_dir: docs
19+
skip_cleanup: true
20+
email: yanhuil@google.com # To satisfy the CLA check, replace this with bot email.
21+
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
22+
on:
23+
branch: master

docs/_sources/index.rst.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)