paleolimbot opened a new issue, #284: URL: https://github.com/apache/arrow-nanoarrow/issues/284
It seems that with Sphine 7.2.0, breathe no longer works. Building the documetnation now yields: https://github.com/apache/arrow-nanoarrow/actions/runs/5927664021/job/16071628489?pr=279#step:3:1199 ``` Running Sphinx v7.2.2 Exception occurred: File "/usr/local/lib/python3.10/dist-packages/breathe/project.py", line 116, in __init__ self._default_build_dir = os.path.dirname(app.doctreedir.rstrip(os.sep)) AttributeError: 'PosixPath' object has no attribute 'rstrip' ``` https://github.com/sphinx-doc/sphinx/issues/11605 We probably need to pin `sphinx<7.2.0` or switch to quartodoc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
