Merge "Fix all the doc build paths"

This commit is contained in:
Jenkins
2015-09-24 14:54:35 +00:00
committed by Gerrit Code Review
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 =