Skip to content
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

Fix Sphinx9 deprecation when building documentation #830

Open
tmartin-gh opened this issue Jan 16, 2025 · 0 comments
Open

Fix Sphinx9 deprecation when building documentation #830

tmartin-gh opened this issue Jan 16, 2025 · 0 comments

Comments

@tmartin-gh
Copy link
Collaborator

We see this warning when building documentation

/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.

@tmartin-gh tmartin-gh changed the title [BUG] Fix Sphinx9 deprecation when building documentation Fix Sphinx9 deprecation when building documentation Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant