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

Bump sphinx version to 6.x.x #51

Closed
2 of 6 tasks
michaelweinold opened this issue Jan 14, 2023 · 1 comment
Closed
2 of 6 tasks

Bump sphinx version to 6.x.x #51

michaelweinold opened this issue Jan 14, 2023 · 1 comment

Comments

@michaelweinold
Copy link
Contributor

michaelweinold commented Jan 14, 2023

sphinx-design currently still requires sphinx < 6:

myst-nb currently still requires sphinx < 6 (and myst-parser ~ 0.18):

readthedocs.org supports pinning Sphinx to specific verions:

If you want to pin Sphinx to a specific version, use a requirements.txt or environment.yml file (see Requirements file and conda.environment).

cf. also:

@michaelweinold michaelweinold added this to the 1.0.0 milestone Jan 14, 2023
@michaelweinold michaelweinold self-assigned this Jan 14, 2023
@michaelweinold michaelweinold modified the milestones: 1.0.0, 1.1.0 Mar 4, 2023
@michaelweinold michaelweinold modified the milestones: 1.1.0, 1.3.0 Apr 19, 2023
michaelweinold added a commit that referenced this issue Jun 26, 2023
michaelweinold added a commit that referenced this issue Jun 27, 2023
@michaelweinold
Copy link
Contributor Author

michaelweinold commented Jun 27, 2023

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

Compare the open issue:

@michaelweinold michaelweinold changed the title Bump sphinx version to 6.X.X Bump sphinx version to 6.x.x Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant