Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  travis: install Sphinx
  Revert "Dummy mod to trig rebuild on ReadTheDocds"
  Dummy mod to trig rebuild on ReadTheDocds
  Configure Travis to run Sphinx
  • Loading branch information
andreaceccanti committed Aug 1, 2017
2 parents b8fd5b4 + b78e365 commit 4959f5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python

python:
- "2.7"

install:
- pip install -q Sphinx sphinx_rtd_theme

script:
- make html

sudo: false

0 comments on commit 4959f5b

Please sign in to comment.