-
Notifications
You must be signed in to change notification settings - Fork 51
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
Github action fails #203
Comments
Looks like you might have put a Path object in conf.py to |
This is a problem with breathe. It is incompatible with sphinx 7.2. |
Thanks for the information! So we're in a weird place with dependencies, #205 is trying to make things less restrictive. The reason: this project does not update frequently, and over time the restrictions proved pointless and also impeded users. My rationale for that PR is that I do not want to prevent say, 3 months from now, when a newer version of breathe is out and works with sphinx 7.2+ (as an example), but exhale started forcing @srbhp the way to fix this would be to make sure that you install both sphinx and breathe before
or something similar. If that works for you then I will make sure to add some notes to the compatibility table explaining what this release will do in terms of version requirements, and the fact that I'm pushing some of this responsibility onto users now (so that I don't gridlock them down the road). I'm very open to thoughts, but this repo is very much in "emergency maintenance only" mode...so I'm really looking for the solution that fits "does not completely break everybody" but also "makes less maintenance overhead for exhale". |
This was likely fixed by the latest release |
Local builds works perfectly fine.
But GitHub action fails of my project https://github.com/srbhp/nrgplusplus.
Is anyone else having this issues? It used to fine.
The text was updated successfully, but these errors were encountered: