mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
revert back to split doc and lint
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user