[setup] We are using pdoc3

This commit is contained in:
Ferdinand Thiessen 2021-03-28 04:08:35 +02:00
parent 114e12f151
commit 3ad1cfa9be
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ mysql_driver = "PyMySQL" if os.name == "nt" else "mysqlclient"
class DocsCommand(Command):
description = "Generate and export API documentation"
description = "Generate and export API documentation using pdoc3"
user_options = [
# The format is (long option, short option, description).
("output=", "o", "Documentation output path"),