Replies: 1 comment
-
Hety @omrihar , sorry for the delay here. Having an Can you give this a try instead?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is probably a very beginner question, but I have been unable to solve this.
I am trying to run
pydoc-markdown
to generate documentation for my package. The package is defined via asetup.py
andsetup.cfg
files and has the structure of:and is, of course, installed in its own venv for testing. When I try to follow the documentation and run something akin to
pydoc-markdown -I src -m package.module
I get anImportError cannot import package.module
, which is unsurprising because pydoc-markdown is installed via pipx and my package is installed in its own venv.How can I get the documentation engine to run? I'm sorry if this is a very basic question, but I really don't know how to proceed here...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions