Package: tox / 4.23.0-1

Metadata

Package Version Patches format
tox 4.23.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
docs remove shields io badges.patch | (download)

docs/index.rst | 29 0 29 - 0 !
1 file changed, 29 deletions(-)

 remove references to shields.io

This leaks metadata to the web, and rightfully triggers lintian's
privacy-breach errors.

sphinx manpage conf.patch | (download)

docs/conf.py | 5 5 0 - 0 !
docs/man.rst | 43 43 0 - 0 !
2 files changed, 48 insertions( )

 generate the manpage from docs/

Generate a basic manpage, leveraging sphinx_argparse_cli.

Bug: https://github.com/tox-dev/tox/issues/1409

intersphinx mapping local.patch | (download)

docs/conf.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 point intersphinx_mapping at local python docs

This reserves references to the stdlib. See #1032593 for proposed ways to avoid
carrying this (extremely common) patch.