move documentation to tox

This commit is contained in:
2022-04-18 01:48:36 +03:00
parent cdc018ad07
commit 1a575d6db8
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",
],