Sphinx dependency clash #9253
Unanswered
rganczarek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a plan on updating to the newer version of Sphinx?
Because currently when trying to have
awscli
and the latestsphinx
as dependencies in the same project causes dependency error becauseawscli
requiresdocutils<0.17,>=0.10
and the newestsphinx
usesdocutils>=0.20
.Beta Was this translation helpful? Give feedback.
All reactions