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
This PR adds support for Sphinx version 9 while maintaining backward
compatibility with Sphinx 8. The changes update dependency
specifications, test configurations, and test fixtures to accommodate
behavioural differences between the two Sphinx versions.
**Changes:**
- Updated Sphinx version constraints from `<9` to `<10` in dependencies
- Added Sphinx 9 to the test matrix and tox environments
- Updated test fixtures and test code to handle differences in Sphinx 8
vs 9 output
0 commit comments