Skip to content

Commit b98d1f3

Browse files
committed
building docs
1 parent 260cd54 commit b98d1f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ install:
2121
- pip install pycodestyle
2222
- pip install flake8
2323
- pip install codecov
24+
- pip install sphinx
25+
- pip install sphinx_rtd_theme
2426
script:
2527
- pycodestyle .
2628
- flake8 .
2729
- python setup.py install
2830
- python setup.py test
29-
- cd docs && pip install -r requirements.txt && make clean && make html && make doctest && cd ..
31+
- cd docs && make clean && make html && make doctest && cd ..
3032
after_success:
3133
- codecov
3234
notifications:

0 commit comments

Comments
 (0)