move documentation to tox

This commit is contained in:
2022-04-18 01:48:36 +03:00
parent a2610504e5
commit c9ee470ee2
4 changed files with 39 additions and 18 deletions

View File

@ -93,6 +93,12 @@ setup(
"mypy",
"pylint",
],
"docs": [
"Sphinx",
"argparse-manpage",
"pydeps",
"sphinxcontrib-napoleon",
],
"s3": [
"boto3",
],