You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to upgrade to sphinx=6.2.1 throws the error (only on readthedocs):
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.
Encountered problems while solving:
- package sphinx-6.2.1-pyhd8ed1ab_0 requires docutils >=0.18.1,<0.20, but none of the providers can be installed
sphinx-design
currently still requiressphinx < 6
:myst-nb
currently still requiressphinx < 6
(andmyst-parser ~ 0.18
):myst-parser
0.19.x andsphinx
6.x support executablebooks/MyST-NB#476readthedocs.org supports pinning Sphinx to specific verions:
cf. also:
The text was updated successfully, but these errors were encountered: