-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Projects using conda don't show all packages installed (and IPython CSS is broken) #8638
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
We have a feature flag for that readthedocs.org/readthedocs/projects/models.py Line 1667 in f38fe0f
|
Enabled the flag for IPython and triggered a The culprit seems to be a old version of
|
Attempt to fix at ipython/ipython#13261 |
Is there a reason to not have |
This is comment linked on the other issue #6992 (comment) |
This is a known issue then, and the support request has been addressed. Closing. |
This tweet by @Carreau caught my attention:
https://twitter.com/Mbussonn/status/1454253505724649472
And indeed, it looks like IPython is experiencing readthedocs/sphinx_rtd_theme#1115:
And recent builds also exhibit this behavior, see https://readthedocs.org/projects/ipython/builds/15133660/.
Clearly docutils 0.17 is being used now, but I would expect sphinx_rtd_theme to have addressed the incompatibility. Yet, there is no way to know what version of the theme is getting installed in each build, since the
conda env create
has the--quiet
flag, and only shows thepip
part.The text was updated successfully, but these errors were encountered: