Control: tags -1 + patch The attached patch fixes compilation with Sphinx 8.0.
--- a/docs/conf.py +++ b/docs/conf.py @@ -265,6 +265,6 @@ man_pages = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'/usr/share/doc/python3-doc/html': None} +intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)} autodoc_member_order = 'bysource'
signature.asc
Description: This is a digitally signed message part.