How to skip or customize pre-build cmd when using mkdoc
My doc and project is built on mkdoc. when I use git integration, it automatically
pip install .
whole project first and then mkdoc build. Since my c++ operator need a lot of stuff to compile, how should I skip it, or only use pip install .[doc]
? Thanks!!1 Reply
why it force to
pip install
when import the repo........ what a noob design