Skip to content
Snippets Groups Projects
Commit a4afd620 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Merge pull request #112 from reaperhulk/fix-docs

ignore the docs build directory for doc8
parents 337a9557 12a8e369
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ commands = ...@@ -20,7 +20,7 @@ commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b linkcheck docs docs/_build/html sphinx-build -W -b linkcheck docs docs/_build/html
doc8 README.rst docs/ doc8 README.rst docs/ --ignore-path docs/_build/
[testenv:meta] [testenv:meta]
deps = deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment