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
๐ 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.
The text was updated successfully, but these errors were encountered:
๐ Problem
When using the latest Sphinx version and some modern extensions, the following dependency conflict shows up:
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
.The text was updated successfully, but these errors were encountered: