Pages for mkdocs
I'm using Pages to deploy my python docs written in mkdocs. It seems that Pages has
pip install .
baked into it, which installs all my dependencies (not only mkdocs) - which are quite heavy. Is there a way to instruct Pages to inly install mkdocs and not main pages dependencies?0 Replies