-
Notifications
You must be signed in to change notification settings - Fork 320
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
Theme error - build failing #1412
Comments
I changed the Sphinx version in the runner to 7.1.2 and the error went away. I'm wondering if there are changes in 7.2 that afffect the way that the ToC tree renders. |
So looks like a Sphinx issue after all but there is a note there suggesting there could be a Pydata fix. Temporarily fix is to switch back to an earlier version of Sphinx. |
The fix is already merged into |
This ought to be fixed in Sphinx 7.2.1. A |
I have a (Gitlab) CI pipeline set up for a project where one of the stages builds Sphinx docs (currently, Sphinx version 7.2 in the Gitlab runner) on the branch for any given commit (the Sphinx Makefile build target is called). Usually this never fails, until recently when I started seeing this:
I'm using the Pydata theme (defined in
conf.py
), and theindex.rst
ToC directive, which hasn't changed, is below:I note the recent version change in Sphinx. I've never seen this before with earlier versions of Sphinx, e.g. 7.0.2, 7.1.2 etc.
I'm not sure if it is Sphinx, or Pydata. Can someone please look at this?
The text was updated successfully, but these errors were encountered: