Closed
Description
Expected Behavior
Static and live generation should work the same way.
Actual Behavior
In my project I can run pdoc my_module --html
and it runs fine, generating HTML etc but while pdoc my_module --http localhost:8080
starts the web server, the page fails to render with ModuleNotFoundError: No module named 'my_module'
Steps to Reproduce
git clone [email protected]:plotly/plotly_express.git
(maybe install some deps)pdoc plotly_express --html
vspdoc plotly_express --http localhost:8080