When I run setup to create a package, how can I also automatically create pdoc documentation?
My existing setup.py creates my package fine. I added documentation with pdoc3 and want to be able to create a folder of HTML files that I can package and share. I don’t see an obvious way to do this when I create the package. Any pointers please? Here’s my setup.py: