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.
1 parent 1cd0f0b commit abacc58Copy full SHA for abacc58
.travis.yml
@@ -8,4 +8,4 @@ python:
8
install: "pip install -r requirements.txt --use-mirrors"
9
10
# command to run tests
11
-script: nosetests && sphinx-build -nW -b html -d _build/doctrees . _build/html
+script: nosetests && sphinx-build -nW -b html -d docs/_build/doctrees docs docs/_build/html
0 commit comments