Related to:
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
Related to:
⬆️ Update sphinx requirement from <7,>=5 to >=5,<8 #70Describe 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 Sphinxproblem
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 SphinxSphinx 6.2.1
List your environment
Sphinx 6.2.1