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
While installing a package the builds docs using this theme (It's pretty awesome btw 💯 ) I got the warning pydata-sphinx-theme 0.6.3 requires docutils<0.17, but you'll have docutils 0.17.1 which is incompatible. However, I haven't noticed any problems so far (I might not be looking in the correct places).
Checking the repo, I found that the version was pinned due to incompatibility with 0.17.0 about 5 months ago. Does 0.17.1 fix the issue and the pin can be changed into docutils ~= 0.17.0? If so, are there any reservations against bumping the version?
The text was updated successfully, but these errors were encountered:
While installing a package the builds docs using this theme (It's pretty awesome btw 💯 ) I got the warning
pydata-sphinx-theme 0.6.3 requires docutils<0.17, but you'll have docutils 0.17.1 which is incompatible.
However, I haven't noticed any problems so far (I might not be looking in the correct places).Checking the repo, I found that the version was pinned due to incompatibility with 0.17.0 about 5 months ago. Does 0.17.1 fix the issue and the pin can be changed into
docutils ~= 0.17.0
? If so, are there any reservations against bumping the version?The text was updated successfully, but these errors were encountered: