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
C:\users\dylan\miniconda3\envs\xbe-docs\lib\site-packages\breathe\project.py:116: RemovedInSphinx80Warning: Sphinx 8 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))
The text was updated successfully, but these errors were encountered:
dylanh724
changed the title
RemovedInSphinx80Warning: Use "pathlib.Path" or
RemovedInSphinx80Warning: Use "pathlib.Path" or "os.fspath"
Oct 7, 2024
site-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))
When running a sphinx-build in Sphinx
7.3.7
:The text was updated successfully, but these errors were encountered: