Package: python-autodocsumm / 0.2.14-4

Metadata

Package Version Patches format
python-autodocsumm 0.2.14-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
docs Use local intersphinx while build of documentation.patch | (download)

docs/conf.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 docs: use local intersphinx while build of documentation

docs Use correct escape sequences.patch | (download)

docs/conf.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 docs: use correct escape sequences


Privacy Drop the linking to external badge graphics.patch | (download)

README.rst | 40 0 + 40 - 0 !
docs/index.rst | 41 0 + 41 - 0 !
2 files changed, 81 deletions(-)

 privacy: drop the linking to external badge graphics

The external badges are not really needed within Debian and could be
potential privacy issues.

__init__.py Don t use ignore in get_doc.patch | (download)

autodocsumm/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 __init__.py: don't use 'ignore' in get_doc()

Add support for Sphinx 9.patch | (download)

autodocsumm/__init__.py | 47 34 + 13 - 0 !
pyproject.toml | 2 1 + 1 - 0 !
2 files changed, 35 insertions(+), 14 deletions(-)

 add support for sphinx 9

Update imports and force the legacy autodoc interface.