revert back to split doc and lint

This commit is contained in:
holger krekel
2019-11-22 02:50:05 +01:00
parent 8d4b893658
commit f44b2a63b0
2 changed files with 5 additions and 5 deletions

View File

@@ -48,13 +48,12 @@ commands =
rst-lint --encoding 'utf-8' README.rst
[testenv:doc]
skipsdist = True
usedevelop = True
changedir=doc
deps =
sphinx==2.2.0
breathe
commands =
sphinx-build -w toxdoc-warnings.log -b html doc doc/_build/html
sphinx-build -w toxdoc-warnings.log -b html . _build/html
[testenv:lintdoc]