'Cant create a API Documentation for whole package using pdoc3
I am trying to generate a API Documentation for the whole directory.
When I enter:
pdoc3 . --html -o docs
I get a error message saying:
invalid command name '.'
Same happens when I specify a directory with the name tests under:
pdoc3 ./tests --html -o docs
invalid command name './tests'
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
