File: control

package info (click to toggle)
sphinx-notfound-page 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 348 kB
  • sloc: python: 900; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: sphinx-notfound-page
Section: python
Homepage: https://github.com/readthedocs/sphinx-notfound-page
Priority: optional
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-notfound-page.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-notfound-page
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
	       flit,
	       pybuild-plugin-pyproject,
               python3-all,
	       python3-pytest <!nocheck>,
               python3-setuptools,
               python3-sphinx,

Package: python3-sphinx-notfound-page
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Create a custom 404 page with absolute URLs hardcoded
 sphinx-notfound-page is a Sphinx extension to create custom 404 pages and help
 you to generate proper resource links (js, css, images, etc) to render the page
 properly.
 .
 This extension was originally developed to be used on Read the Docs but it can
 be used in other hosting services as well.