Skip to content
Snippets Groups Projects
Commit 5a819f93 authored by Unknown's avatar Unknown
Browse files

generate documentation on successful build with Travis

parent 567238c2
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ before_install:
install: pip install pycroscopy
script: pytest
after_success:
- pip install sphinx sphinx-gallery sphinx-rtd-theme numpydoc
- sphinx-build -b html -aET docs docs/_build/html
before_deploy:
- python setup.py bdist
- python setup.py bdist_wheel
deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment