We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
pip list | grep Sphinx
Sphinx 6.2.1
problem This is a problem for people who want to use the current Sphinx.
% pip install rst-to-myst sphinx && pip list | grep Sphinx Sphinx 6.2.1
pip install rst-to-myst sphinx && pip list | grep Sphinx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: