I wish to exclude venv folder within eapl_ingest. Hence, in my parent folder's mkdocs file, I've mentioned:
plugins:
- exclude:
glob:
- "eapl_ingest/venv/*"
But this isn't working. And as mkdocs is trying to load everything, I'm getting an error due to this virtual environment. Am I doing it correctly? If not, what should be done. Thanks!
Hello, I am trying to exclude a virtual environment within a subfolder by this plugin, but it doesn't work. My project structure looks like:
I wish to exclude
venv
folder withineapl_ingest
. Hence, in my parent folder's mkdocs file, I've mentioned:But this isn't working. And as mkdocs is trying to load everything, I'm getting an error due to this virtual environment. Am I doing it correctly? If not, what should be done. Thanks!