-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Uses deprecated and now removed sphinx.ext.mathbase #451
Comments
Quoting from the math extension doc[1]:
Looking at mathbase's source in Sphinx 2.2.0[2] confirms this. The deprecation messages also indicate the replacement function that should be used. Updating the import and function names in Breathe should be all that is required to fix this, if no complications show up. [1] https://www.sphinx-doc.org/en/master/usage/extensions/math.html |
@melvinvermeeren unfortunately this does not suffice for sphinx master/v2.3.1 anymore. I'm getting
from |
At a glance this seems like a different issue, appears the Are you sure the paths and/or installations are healthy? |
It looks like I was not running unit tests correctly and saw the problem with math, but did not see this problem. When I get some time to work on the sectioning again, I can look at this, but it won't be in the next week. |
Yeah this definitely is the same as #465, I remember that in the past tests also needed updating due to changes in Sphinx. For example 22a8880 and 7c0a1ed. Not sure how to handle this one though. I see Sphinx has a But clearly, the C domain inside Sphinx should be calling it, as shown here. So somehow the C domain is not being loaded. Could be Breathe is missing some initialisation statements, or Sphinx changed in such a way that the C domain is no longer loaded by default. Where to look next is not obvious to me. |
Thanks for the status updates, I'll handle the open MRs now. |
Breathe v4.14.1 is now released with the fix. |
Using latest sphinx 47cd262b (Merge branch '2.0', 2019-08-01) breathe breaks due to
I'm not sure how to fix that.
The text was updated successfully, but these errors were encountered: