Skip to content

Commit ce576c0

Browse files
authored
docs: add sphinx reredirects extension (#3962)
Signed-off-by: Anant Sharma <[email protected]>
1 parent 3077e1e commit ce576c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"sphinx.ext.ifconfig",
3131
"sphinx.ext.extlinks",
3232
"sphinxcontrib.mermaid",
33+
"sphinx_reredirects",
3334
]
3435

3536
# Custom extensions

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ docs = [
7979
"sphinx-book-theme>=1.1",
8080
"sphinxcontrib-mermaid>=1.0",
8181
"sphinxcontrib-bibtex>=2.6",
82+
"sphinx-reredirects>=1.0.0",
8283
# Markdown and notebook support
8384
"myst-parser>=4.0",
8485
"myst-nb>=1.2",

0 commit comments

Comments
 (0)