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
At the bottom of the "Building the documentation" section there is a warning about the best performing sphinx version, which leads to this file, supposedly mirroring the configuration on CircleCI.
In the file, the suggested version is sphinx=6.0.0. However, sphinx=7.0.0 is the minimum necessary to make the current package combination work. If the version is reverted back to sphinx=6.0.0, the following error will appear: sphinx-prompt 1.8.0 requires Sphinx<8.0.0,>=7.0.0, but you have sphinx 6.0.0 which is incompatible.