-
Notifications
You must be signed in to change notification settings - Fork 118
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
Sphinx version update #25
Comments
Hey Maciek, I'd like to solve this in a way that isn't a breaking change. I believe Sphinx 3.x has a lot of potential incompatibilities with 2.x and a lot of people are using the version pinned to master, i.e Would a change that lets you configure the sphinx version in the settings be good as well? I'm thinking something like: with:
sphinx-version: "3.5.4" |
Sure! :) |
Support for Sphinx 3 or even the newly released v4 would be very much appreciated! But it should be possible to support this on a separate branch, without affecting users relying on |
just do add to the discussion, while using this action we recently triggered a bug |
Having a
setting would be perfect. |
I was able to add "sphinx>=5.1.1" to the requirements.txt file and get pip to upgrade sphinx, so this is a decent work around for now I think. |
Great Action! Could you please put out a new minor version with Sphinx 3.x?
The text was updated successfully, but these errors were encountered: