mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 14:24:17 +00:00
Revert "Update release machinery to include manpages"
This reverts commit f6f01b469c.
This commit is contained in:
parent
f6f01b469c
commit
662d787285
3 changed files with 0 additions and 13 deletions
9
tox.ini
9
tox.ini
|
|
@ -97,13 +97,6 @@ deps =
|
|||
-rdocs/source/requirements.txt
|
||||
commands =
|
||||
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
|
||||
{[testenv:manpages]commands}
|
||||
|
||||
[testenv:manpages]
|
||||
basepython = python3
|
||||
deps =
|
||||
-rdocs/source/requirements.txt
|
||||
commands =
|
||||
sphinx-build -E -W -c docs/source/ -b man docs/source/ docs/build/man
|
||||
|
||||
[testenv:serve-docs]
|
||||
|
|
@ -128,9 +121,7 @@ skip_install = true
|
|||
deps =
|
||||
wheel
|
||||
setuptools
|
||||
{[testenv:manpages]deps}
|
||||
commands =
|
||||
{[testenv:manpages]commands}
|
||||
python setup.py -q sdist bdist_wheel
|
||||
|
||||
[testenv:release]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue