Skip to content
Snippets Groups Projects
Commit b4ef2094 authored by Stefano Borini's avatar Stefano Borini
Browse files

Using make html to create the docs

parent cafcb7df
No related branches found
No related tags found
1 merge request!39Using make html to create the docs
......@@ -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