[setup] We are using pdoc3
This commit is contained in:
parent
114e12f151
commit
3ad1cfa9be
2
setup.py
2
setup.py
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue