sphinx-reredirects 0.1.0+dfsg1-1 source package in Ubuntu

Changelog

sphinx-reredirects (0.1.0+dfsg1-1) unstable; urgency=medium

  * New upstream version 0.1.0+dfsg1
  * overrided dh_auto_test since there are no longer tests under the
    test/ directory since this version

 -- Georges Khaznadar <email address hidden>  Tue, 31 May 2022 19:04:55 +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.1.0+dfsg1-1.dsc 2.1 KiB 5f0e0bb572b671d6b341dc08c4545f0c5f27802d55eac28d9c43a50f0fa9844d
sphinx-reredirects_0.1.0+dfsg1.orig.tar.gz 8.7 KiB 691bd0de2b0348d76c6cd89e6345d3ca68c8fdb87e2eb77d7e3a07a56f4645ea
sphinx-reredirects_0.1.0+dfsg1-1.debian.tar.xz 5.5 KiB c6050a1c338a94d23ec641cc8b09770f8fafdca1327e270fa2a145feaf41b7a2

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.