Commit 2fe2bbf2 authored by rusty1s's avatar rusty1s
Browse files

added doc requirements

parent b33e1576
......@@ -19,7 +19,7 @@ script:
- flake8 .
- python setup.py install
- python setup.py test
- cd docs && make clean && make html && make doctest
- cd docs && pip install -r requirements.txt && make html && make doctest
after_success:
- codecov
notifications:
......
sphinx
sphinx_rtd_theme
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