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

pip install rst-to-myst sphinx DOWNGRADES Sphinx v8 to v6 #77

Open
cclauss opened this issue Oct 4, 2024 · 0 comments
Open

pip install rst-to-myst sphinx DOWNGRADES Sphinx v8 to v6 #77

cclauss opened this issue Oct 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cclauss
Copy link

cclauss commented Oct 4, 2024

Describe the bug

context
When I do pip install rst-to-myst sphinx.

expectation
I expected Sphinx v8 to be installed.

bug
But instead, Sphinx v6 is installed.
Here's an error message I ran into...
% pip list | grep Sphinx

Sphinx 6.2.1

problem
This is a problem for people who want to use the current Sphinx.

Reproduce the bug

% pip install rst-to-myst sphinx && pip list | grep Sphinx
Sphinx 6.2.1

List your environment

Sphinx 6.2.1

@cclauss cclauss added the bug Something isn't working label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant