Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdoc master does not understand --html-out (makes weird folders) #169

Closed
mitsuhiko opened this issue Sep 7, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@mitsuhiko
Copy link

commented Sep 7, 2018

Somewhere something regressed recently. When I invoke it like this:

pdoc --overwrite --html --html-dir build/apidocs sentry_sdk

It does not create a folder named build/apidocs but instead one Namespace(all_submodules=False, external_links=False, filter=None, html=True, html_dir='build:

$ ls -alh | grep Name
drwxr-xr-x   3 mitsuhiko  staff    96B Sep  7 23:18 Namespace(all_submodules=False, external_links=False, filter=None, html=True, html_dir='build
@mhils

This comment has been minimized.

Copy link
Member

commented Sep 13, 2018

Thanks for reporting - this has been fixed with #159. We're still a bit in a transitional state where things a broken, but we're getting there.

@mhils mhils closed this Sep 13, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.