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

Document generation broken by latest sphinx 7.2.x #21

Closed
Rotzbua opened this issue Aug 29, 2023 · 0 comments
Closed

Document generation broken by latest sphinx 7.2.x #21

Rotzbua opened this issue Aug 29, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Rotzbua
Copy link
Contributor

Rotzbua commented Aug 29, 2023

sphinx 7.2.x removed a helper function which is used by extensions.

Solution

Stay with 7.1.x.

References

breathe-doc/breathe#943

https://github.com/svenevs/exhale/issues

Logoutput

 /opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/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))
making output directory... done
/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/exhale/configs.py:1408: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or "os.fspath" instead.
  _one     = containmentFolder == app.srcdir

Extension error (exhale):
Handler <function environment_ready at 0x7f7e45f46840> for event 'builder-inited' threw an exception (exception: startswith first arg must be str or a tuple of str, not _StrPath)
make: *** [Makefile:20: html] Error 2
@Rotzbua Rotzbua added the documentation Improvements or additions to documentation label Aug 29, 2023
@Rotzbua Rotzbua closed this as completed Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant