We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbd1c55 + 4373b24 commit a52df9aCopy full SHA for a52df9a
.travis.yml
@@ -21,6 +21,7 @@ install:
21
- python setup.py -q develop
22
23
before_script:
24
+ - mkdir docs/source/_static
25
- sphinx-build -W -b html docs/source docs/_build
26
27
script:
requirements-test.txt
@@ -3,3 +3,5 @@ coverage
3
coveralls
4
isort
5
flake8
6
+sphinx
7
+sphinx_rtd_theme
0 commit comments