Fix building of the docs #1886

Merged
g1itch merged 4 commits from doc-fix into v0.6 2021-11-23 19:59:55 +01:00
Showing only changes of commit ed6ca87092 - Show all commits

View File

@ -12,6 +12,12 @@ commands =
coverage run -a src/bitmessagemain.py -t
coverage run -a -m tests
[testenv:py27-doc]
deps =
.[docs]
-r docs/requirements.txt
commands = python setup.py build_sphinx
[testenv:reset]
commands = coverage erase