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
/usr/local/lib/python3.10/dist-packages/breathe/project.py:116: RemovedInSphinx90Warning: Sphinx 9 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead.
self._default_build_dir = os.path.dirname(app.doctreedir.rstrip(os.sep))
Fix this.
The text was updated successfully, but these errors were encountered:
tmartin-gh
changed the title
[BUG] Fix Sphinx9 deprecation when building documentation
Fix Sphinx9 deprecation when building documentation
Jan 16, 2025
We see this warning when building documentation
Fix this.
The text was updated successfully, but these errors were encountered: