-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Show a list of all installed packages (eg conda list
or pip list
) before building the docs
#5099
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
Comments
There is a PR that will remove the progress bar #5094 and will help with this.
There is another issue for this at #5006. I'm closing this as duplicated of that one. Feel free to reopen if you consider. |
It will help with lo longer truncating the build log, but the
Yes, that is indeed the same request. Thanks for the quick answer! |
If that's the case, the documentation is wrong:
|
I think the
|
Yes, that's for |
Did you try it? What version?
It does work in the same way from what I see here.
|
Can you try |
Mmm... interesting. It does not show the packages installed :/
I think this is bad UX and should be reported to |
I completely agree it is bad UX, it would be much nicer if it would behave more similarly to |
Regularly, when something went wrong with the doc build, I want to check all the installed packages in the environment being used to build the docs (to see everything looks OK, or if any package version changed, or ...).
However, currently this is (as far as I know) rather impossible to do. Eg in this doc build (https://readthedocs.org/projects/geopandas/builds/8356667/), the log of the
conda env create
step is truncated, so this also gives no indication to what is exactly installed.Therefore, I thought it might be useful to add one step to the build in which to give an overview of the environment. This could simply be showing the output of
conda list
for conda environments orpip list
for pip-based ones.The text was updated successfully, but these errors were encountered: