Skip to content
Snippets Groups Projects
Commit 8c28cd2b authored by Stefano Borini's avatar Stefano Borini Committed by GitHub
Browse files

Merge pull request #39 from force-h2020/35-use-make-html-in-travis

Using make html to create the docs
parents cafcb7df b4ef2094
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,9 @@ script:
- flake8 .
- python -m unittest discover
- pip install -r requirements/doc_requirements.txt
- sphinx-build -W doc/source doc/build/sphinx
- pushd doc
- make html
- popd
after_success:
- coverage run -m unittest discover
- pip install codecov
......
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