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:
parent
2bd9477ea2
commit
a40c3bea7d
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,5 +18,5 @@ build/*
|
||||
cover/*
|
||||
.cover
|
||||
.coverage
|
||||
docs/_build
|
||||
doc/build
|
||||
.eggs/
|
||||
|
4
tox.ini
4
tox.ini
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user