You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Sphinx docs are failing to build because the sphinxcontrib.images code hasn't been updated to work with Sphinx 8, and Sphinx 8 is now the current major release.
To Reproduce
Steps to reproduce the behavior:
Update main branch to trigger a docs build
Go to GH Actions
See that Docs build has failed
Temporary fix
We can temporarily fix this by pinning Sphinx version to 7.4.7, which in turn requires using a pip install of Sphinx rather than an apt-get install.
Permanent fix
Once the PR to fix this in sphinxcontrib.images has been merged, we can update to Sphinx 8. #29
The text was updated successfully, but these errors were encountered:
Describe the bug
The Sphinx docs are failing to build because the sphinxcontrib.images code hasn't been updated to work with Sphinx 8, and Sphinx 8 is now the current major release.
To Reproduce
Steps to reproduce the behavior:
main
branch to trigger a docs buildTemporary fix
We can temporarily fix this by pinning Sphinx version to 7.4.7, which in turn requires using a pip install of Sphinx rather than an apt-get install.
Permanent fix
Once the PR to fix this in sphinxcontrib.images has been merged, we can update to Sphinx 8. #29
The text was updated successfully, but these errors were encountered: