You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got some Python 2.7 stuff in my project and while they function fine in the intended environment (Maya), pdoc can't execute them under 3.9 and I can't generate docs for any of the package despite just one file being problematic and hundreds being fine.
Proposal
A way to flag files as ignore completely, so we don't run into errors in "pdoc\extract.py", line 211, in load_module"
Alternatives
I've no idea sadly :(
The text was updated successfully, but these errors were encountered:
thanks, yeah i tried that, seems it still gets loaded and i get an error about builtins coz of py2.7, I've had a go at using it as a library, struggling with accessing modules / packages outside of the pdoc project but that's not on you, I'm a bit of a n00b. I added my desired module dir to the interpreter paths but PyCharm still tells me No Module named before it even gets to the pdoc stuff.
If i do get it working, is there more docs to using it as a library? Not sure how I would omit a file this way.
Problem Description
I've got some Python 2.7 stuff in my project and while they function fine in the intended environment (Maya), pdoc can't execute them under 3.9 and I can't generate docs for any of the package despite just one file being problematic and hundreds being fine.
Proposal
A way to flag files as ignore completely, so we don't run into errors in "pdoc\extract.py", line 211, in load_module"
Alternatives
I've no idea sadly :(
The text was updated successfully, but these errors were encountered: