-
Notifications
You must be signed in to change notification settings - Fork 198
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
Please create a new release #710
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Just keeping people waiting so they appreciate it more 😅 But no it will be soon, with lots of improvements |
I was currently updating dependencies in my docs, and got a conflict because |
@chrisjsewell just to avoid headaches and new issues, I always avoid capping max versions of dependencies unless I am very sure it will not work. This also minimizes overhead communication of each new version launched. In your case I would just change: https://github.com/executablebooks/MyST-Parser/blob/master/pyproject.toml#L42 to "sphinx>=5" There is an extensive article with ideas related to that just in case: https://iscinumpy.dev/post/bound-version-constraints/ |
I am very sure it will not work |
|
@chrisjsewell you have a good point but unfortunately/fortunately almost everyone is using poetry nowadays, and poetry does not ignore that. And by very sure I would say, there is an available release of sphinx 7 (which wasn't in last 5 min) and you tested against latest code and does not work. But this is just a suggestion of course, you know your project better than me for sure and you read it then =) |
Hunger is the best spice. |
FYI, this is basically where I wanted to get to 😅 https://myst-parser--717.org.readthedocs.build/en/717/ |
It looks excellent, great job! |
I can only +1 here :) we are adopting many of the new syntactic solutions, and the myst-example directive is super nice for showing off cool MyST tricks! |
Its here boys and girls 🎉 |
Context
I see many improvements were made in the library and also support for newer Sphinx.
Proposal
Would be excellent if you can release a new version.
Tasks and updates
No response
The text was updated successfully, but these errors were encountered: