-
Notifications
You must be signed in to change notification settings - Fork 7
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
MAINT: inherit from pydata-sphinx-theme==0.12.0 #155
Conversation
c36f4c8
to
5da7b1e
Compare
There seems to be an issue with the JSON builder. I'm running some debugging commits just in case. |
I just restored the "pydata-sphinx-version" to check if this is caused by the new versions. I am not getting the error locally. |
8ba3ce5
to
7f1c14f
Compare
This is caused by the version. We need to identify for which version does the JSON builder break. If we do not find a workaround for this, either we add an option in pyansys/actions to specify desired builders or we restore our local doc-build job to only render HTML and PDF. |
However, I am afraid that this spreads to our projects and they can no longer build JSON. |
7f1c14f
to
3fd0228
Compare
Documentation fails for py310 + pydata-sphinx-theme==0.10.1. Let's try with py39. |
343f49a
to
4abded5
Compare
I bet the issue is with the JSON. From the CI log, you can see that the PDF has errors but those are ignored (due to the logic we apply in our Makefile) and that the JSON builder starts but then fails. |
Alright, I am able to reproduce this issue locally. It is the JSON builder. |
This issue needs to be fixed in Sphinx, I am opening a pull-request there and linking to this one. |
The issue is with the function in functools used by pydata-sphinx-theme. sphinx-doc/sphinx#10990 (comment) we are able to find the issue, and let's wait until pydata fix this. |
So... are we just tackling in this PR the update to pydata-sphinx-theme 0.12.0 or are we also fixing our CSS-related issues? |
No there are lots of styles to change, we are just updating to to pydata-sphinx-theme 0.12. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that case, LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thank you guys! I can close now ansys/pymapdl#1756 |
Fix #183