sphinx-reredirects 0.1.1-ok2 source package in openKylin

Changelog

sphinx-reredirects (0.1.1-ok2) yangtze; urgency=medium

  * Fix tests failure for:
     - Sphinx build contents.rst not found
     - sphinx oldversion use path not pathlib for app.outdir

 -- Lu zhiping <email address hidden>  Mon, 05 Sep 2022 15:34:51 +0800

Upload details

Uploaded by:
luzp
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
sphinx-reredirects_0.1.1.orig.tar.gz 12.4 KiB d877dd3889f7b6e9817cb226560b8e2e34e12eb6af57c4ea5ba138231cb30ed9
sphinx-reredirects_0.1.1-ok2.debian.tar.xz 2.9 KiB 03c6bbefcb675b81b66722f51a85df4dc344586a36dadfee7630a4ab8e546443
sphinx-reredirects_0.1.1-ok2.dsc 1.9 KiB 6df4790a11bf2db6475b552ea6c51607f3ece8394e7c6f85bd75392c2e95ae70

View changes file

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.