Package: sentry-python / 2.19.2-3

Metadata

Package Version Patches format
sentry-python 2.19.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian hacks/docs Use local inventory for Python3.patch | (download)

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

 docs: use local inventory for python3

Patch requires package python3-doc to be installed.

debian hacks/docs Use alabaster theme.patch | (download)

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

 docs: use alabaster theme

The shibuya theme isn't packaged yet.

docs conf.py Disable sphinx autodoc for now.patch | (download)

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

 docs/conf.py: disable sphinx autodoc for now

Currently sphinx-autodoc-typehints is not compatible with sphinx 8.2.
However, sphinx-autodoc would forcefully require autodoc-typehints.
Disable this extension and autodoc extension together until the issue in
https://github.com/getsentry/sentry-python/commit/3745d9ad43d9cc925a72d98edaf712166cb6a1a1
has been fixed upstream.