sphinx-reredirects 0.0.0+git20220411-1 source package in Ubuntu

Changelog

sphinx-reredirects (0.0.0+git20220411-1) unstable; urgency=medium

  * new upstream version with few changes
  * updated debian/rules
  * added build-dependencies on python3-wheel, python3-pytest

 -- Georges Khaznadar <email address hidden>  Mon, 11 Apr 2022 18:58:43 +0200

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinx-reredirects_0.0.0+git20220411-1.dsc 2.1 KiB 689cd187b050255253171cb917ca555fe7853548cfd936751b4eafcd9a0df8d9
sphinx-reredirects_0.0.0+git20220411.orig.tar.gz 11.1 KiB 89f766db3c88486e421ea2fef72589039761f2c09b02cb27a7271d97849fb315
sphinx-reredirects_0.0.0+git20220411-1.debian.tar.xz 5.3 KiB 633b20302dbd58dd77e2bcaf325b60ea15f04d3747794fca454b81141a24d84f

No changes file available.

Binary packages built by this source

python3-sphinx-reredirects: extension for Sphinx projects that handles redirects

 sphinx-reredirects is the extension for Sphinx documentation projects
 that handles redirects for moved pages. It generates HTML pages with
 meta refresh redirects to the new page location to prevent 404 errors
 if you rename or move your documents.
 .
 Good URLs are never changing URLs. But if you must,
 sphinx-reredirects helps you manage redirects with ease and from the
 single place in project's conf.py. For example, if you rename
 document start to intro, and tell it to sphinx-reredirects, it will
 generate HTML page start.html with
 <meta http-equiv="refresh" content="0; url=intro.html">.
 The extension supports wildcards and moving to different domain too.