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
I tried to build breathe-docs by following the instruction of .github/workflows/documentation.yml on Kubuntu. However, it failed with the following error message and prompt (Pdb):
Exception occurred while building, starting debugger:
Traceback (most recent call last):
File "/home/hwhsu1231/Repo/testing/breathe/.venv/lib/python3.10/site-packages/sphinx/cmd/build.py", line 332, in build_main
app = Sphinx(args.sourcedir, args.confdir, args.outputdir,
File "/home/hwhsu1231/Repo/testing/breathe/.venv/lib/python3.10/site-packages/sphinx/application.py", line 292, in __init__
self._init_builder()
File "/home/hwhsu1231/Repo/testing/breathe/.venv/lib/python3.10/site-packages/sphinx/application.py", line 366, in _init_builder
self.events.emit('builder-inited')
File "/home/hwhsu1231/Repo/testing/breathe/.venv/lib/python3.10/site-packages/sphinx/events.py", line 98, in emit
results.append(listener.handler(self.app, *args))
File "/home/hwhsu1231/Repo/testing/breathe/.venv/lib/python3.10/site-packages/breathe/directives/setup.py", line 114, in doxygen_hook
doxygen_handle.generate_xml(
File "/home/hwhsu1231/Repo/testing/breathe/.venv/lib/python3.10/site-packages/breathe/process.py", line 69, in generate_xml
project_path = self.process(
File "/home/hwhsu1231/Repo/testing/breathe/.venv/lib/python3.10/site-packages/breathe/process.py", line 93, in process
input="".join(full_paths),
TypeError: sequence item 0: expected str instance, PosixPath found
>/home/hwhsu1231/Repo/testing/breathe/.venv/lib/python3.10/site-packages/breathe/process.py(93)process()
-> input="".join(full_paths),
(Pdb)
Problem Description
I tried to build breathe-docs by following the instruction of .github/workflows/documentation.yml on Kubuntu. However, it failed with the following error message and prompt
(Pdb)
:Versions and Environments
3.10
Steps to Reproduce
Run the following commands in order:
Logs
Click to expand the full logs of Steps to Reproduce
The text was updated successfully, but these errors were encountered: