Mkdocs showing source code from site-packages instead of project directory

73 views Asked by At

I'm new to documentation tools and I'm trying to produce documentation to my Python project. I'm facing a weird issue where mkdocs is looking at the python files in site-packages instead of project directory. enter image description here. How do I make it point to files in the project directory instead?

0

There are 0 answers