Package: drf-yasg-nonfree / 1.21.10-1

Metadata

Package Version Patches format
drf-yasg-nonfree 1.21.10-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian hacks/Catch up package version from environment.patch | (download)

docs/conf.py | 21 11 + 10 - 0 !
1 file changed, 11 insertions(+), 10 deletions(-)

 sphinx: catch up package version from environment

We don't have a installed version of drf-yasg within the chroot,
inflating the package version through the environment variable
'DRF_YASG_UPSTREAM_VERSION' which is exported through debian/rules.

debian hacks/Sphinx Remove linkage to external resources.patch | (download)

README.rst | 31 0 + 31 - 0 !
1 file changed, 31 deletions(-)

 sphinx: remove linkage to external resources

As we build the documentation for offline usage we don't really want the
linking to external resource to show up any status on build pipelines,
code coverage or the PiPy project website. All and the same information
is within the created documentation.

debian hacks/Sphinx Don t link to external images.patch | (download)

README.rst | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 sphinx: don't link to external images

Some screenshots were included by using linking to images added to
raw.githubusercontent.com which might become a security breach and also
are only available if the user has access to the internet.

Using instead local stored images to prevent potential issues due the
external linking.