-
Notifications
You must be signed in to change notification settings - Fork 5
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 Documentation w. Python V3.12 #281
Comments
My latest docu build was successful with Sphinx 7.2. 7.3 is quite new... Did you try some other Sphinx Major Version 7? |
That escalated quickly, issue filed and closed at breathe within 24hrs. ^^ In our documentation, I found a small error. "requirementsDocuBuild.txt" was named incorrectly. Implemneted yesterday a workaround. I'll publish this code here, just in case %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
Itom Documentation does not build with latest Python V3.12 due to package conflict w. breathe v4.35.0.
This installs also sphinx v.7.3.5, but leads to interface conflict since ASTParameterQualifiers seems to be discontinued.
Fixed it temporarily by downgrading sphinx to v5.3.0 and numpydoc to v1.6.0.
This is a mayor issue for future ITOM_Release, but it seems to be noticed by the breathe develoers.
A ticket has been raised recently.
breathe-doc/breathe#981
Action:
Change File "build_documentation.rst" to include latets workaround
The text was updated successfully, but these errors were encountered: