Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow support docutils==0.18 #117

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

Closed
jorgepiloto opened this issue Jul 27, 2022 · 2 comments
Closed

Allow support docutils==0.18 #117

jorgepiloto opened this issue Jul 27, 2022 · 2 comments

Comments

@jorgepiloto
Copy link
Contributor

๐Ÿž Problem
When using the latest Sphinx version and some modern extensions, the following dependency conflict shows up:

The conflict is caused by:
    The user requested docutils==0.18.1
    sphinx 5.1.1 depends on docutils<0.20 and >=0.14
    sphinx-tabs 3.4.1 depends on docutils~=0.18.0
    sphinx-toolbox 3.1.2 depends on docutils<0.18 and >=0.16

There is a new version of docutils==0.19.0. If possible, it would be nice for sphinx-toolbox to support docutils==0.18.0.

@1kastner
Copy link

1kastner commented Aug 4, 2022

@jorgepiloto see #120 :-)

@jorgepiloto
Copy link
Contributor Author

Thanks for pinging, @1kastner. Closing this as it was solved in #120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants