Fix all the doc build paths

Ignore the new doc build directory and make sure tox builds to the same
place setup does.

Change-Id: I800f7d563b97b6a1a202b6e147b6ede190cb25c6
This commit is contained in:
Stanisław Pitucha 2015-09-07 15:47:52 +10:00
parent 2bd9477ea2
commit a40c3bea7d
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -18,5 +18,5 @@ build/*
cover/*
.cover
.coverage
docs/_build
doc/build
.eggs/

View File

@ -20,8 +20,8 @@ deps =
doc8
sphinx
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees doc/source doc/_build/html
doc8 --allow-long-titles doc/source --ignore-path doc/_build/
sphinx-build -W -b html -d {envtmpdir}/doctrees doc/source doc/build/html
doc8 --allow-long-titles doc/source
[testenv:pep8]
commands =