-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Requirements.txt Installation Optional #55
base: master
Are you sure you want to change the base?
Conversation
Thanks @frinzekt and @janoszen WDYT? |
This change would mean breaking the installation for everyone who is relying on |
Right @janoszen my thinking as well. I wonder what would be the best DX for it? |
I'm thinking |
I agree with everything mentioned here. It's not good to introduce breaking change. Let's just go with @janoszen suggestion about a flag to disable the default behaviour. |
One more thing: we need this behavior in the |
@mhausenblas no, those PRs only allow adding extra OS packages, they don't disable using |
mhausenblas/mkdocs-deploy-gh-pages pip installs the requirements.txt from the root of the repo unless overridden with another path there is currently no way to opt-out; this was under discussion in Dec 2020: mhausenblas/mkdocs-deploy-gh-pages#55 this is problem, we don't want to install requirements from benefits for mkdocs, so provide the REQUIREMENTS env with our mkdocs dependencies
To address #53