"...src/ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "274be989fa5b41f3c66acdf06e344298aed114b3"
Commit f77a7019 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

sphinx install

parent 173f7b10
...@@ -32,7 +32,10 @@ script: ...@@ -32,7 +32,10 @@ script:
- nosetests -vv --processes=-1 --process-timeout=200 - nosetests -vv --processes=-1 --process-timeout=200
after_success: after_success:
# Get libraries necessary for building docs and pushing
# them to S3
- sudo apt-get install python-sphinx python-yaml
- sudo pip install sphinxcontrib-bibtex boto
- make DoxygenApiDocs - make DoxygenApiDocs
- make sphinxhtml - make sphinxhtml
- sudo pip install boto
- python devtools/ci/push-docs-to-s3.py - python devtools/ci/push-docs-to-s3.py
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment