-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Breathe breaks with sphinx 7.3.X #981
Comments
umapraseeda
added a commit
to umapraseeda/example-application
that referenced
this issue
Apr 17, 2024
Set Sphinx to <=7.2 for addressing build error ref:breathe-doc/breathe#981 Signed-off-by: UMA PRASEEDA <[email protected]>
Same Problem here: Tried to installl latest breathe v4.35.0 on python 3.12, which installed sphinx v7.3.5 Fixes it temporarily by downgrading sphinx to v5.3.0 and numpydoc to v1.6.0. This is mayor issue for upcoming releases of our project: |
Saviq
added a commit
to canonical/mir
that referenced
this issue
Apr 17, 2024
Saviq
added a commit
to canonical/mir
that referenced
this issue
Apr 17, 2024
garth-wells
added a commit
to FEniCS/dolfinx
that referenced
this issue
Apr 17, 2024
garth-wells
added a commit
to FEniCS/dolfinx
that referenced
this issue
Apr 17, 2024
* Remove linting from CircleCI - covered by Actions * Pin Sphinx version. See breathe-doc/breathe#981
Sphinx 7.3.6 has been released with fixes. A |
Can confirm that works for me ;-) |
umapraseeda
added a commit
to umapraseeda/example-application
that referenced
this issue
Apr 23, 2024
Set Sphinx to <=7.2 for addressing build error ref:breathe-doc/breathe#981 Signed-off-by: UMA PRASEEDA <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I raised an MR on sphinx to export the missing CPP ast classes breathe needs: sphinx-doc/sphinx#12298
Not sure those are all that are required but I could generate documentation for my cpp code base
The text was updated successfully, but these errors were encountered: