Skip to content
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

Remove quiet mode for conda environment creation? #7238

Closed
SylvainCorlay opened this issue Jun 26, 2020 · 2 comments
Closed

Remove quiet mode for conda environment creation? #7238

SylvainCorlay opened this issue Jun 26, 2020 · 2 comments
Labels
Needed: more information A reply from issue author is required Support Support question

Comments

@SylvainCorlay
Copy link

When using conda, RTD currently makes use of the --quiet option.

conda env create --quiet --name latest --file docs/environment.yml

In case of a build failure, it may actually be useful to access the logs and see the detailed versions that are being installed.

How about removing the --quiet option?

@humitos
Copy link
Member

humitos commented Jun 26, 2020

We use the --quiet version to remove the progress bar that populates the output a lot and in most of cases it's not really useful. We already had a report to list the packages installed in a conda environment to do some debugging and because of that we added a feature flag, LIST_PACKAGES_INSTALLED_ENV, that can be enabled per-project by request. See https://docs.readthedocs.io/en/stable/guides/feature-flags.html#feature-flags

@stsewd stsewd added Needed: more information A reply from issue author is required Support Support question labels Jul 1, 2020
@stsewd
Copy link
Member

stsewd commented Jul 2, 2020

Please let us know the name of your project on Read the Docs, so we can enable the flag for your project. Closing in favor of #7005

@stsewd stsewd closed this as completed Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needed: more information A reply from issue author is required Support Support question
Projects
None yet
Development

No branches or pull requests

3 participants