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
Using Sphinx 8 requires a ton of different packages, all which are not really compatible with myst2rst. Eg:
rst-to-myst 0.4.0 requires docutils<0.20,>=0.17, but you have docutils 0.21.2 which is incompatible.
rst-to-myst 0.4.0 requires markdown-it-py~=2.0, but you have markdown-it-py 3.0.0 which is incompatible.
rst-to-myst 0.4.0 requires mdformat-myst~=0.1.5, but you have mdformat-myst 0.2.1 which is incompatible.
Proposal
Please update packages -> ensure compat -> open compat ver range
Context
Using Sphinx 8 requires a ton of different packages, all which are not really compatible with myst2rst. Eg:
Proposal
Please update packages -> ensure compat -> open compat ver range
Tasks and updates
Related (would combo fix): #77
The text was updated successfully, but these errors were encountered: