Install and setup#

This page will help you install and set up the sphinx-reredirects extension for Sphinx.

  1. Perform:

    pip3 install sphinx-reredirects
    
  2. Then, open your conf.py and append sphinx_reredirects to the extensions list:

    extensions = [
        ...
        'sphinx_reredirects'
    ]