File: install.rst

package info (click to toggle)
sphinx-reredirects 0.1.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 315; makefile: 25
file content (13 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Install and setup
#################

Perform::

    pip3 install sphinx-reredirects

Then, open your ``conf.py`` and append ``sphinx_reredirects`` to the ``extensions`` list::

    extensions = [
        ...
        'sphinx_reredirects'
    ]