Unverified Commit ce576c0c authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

docs: add sphinx reredirects extension (#3962)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 3077e1ec
...@@ -30,6 +30,7 @@ extensions = [ ...@@ -30,6 +30,7 @@ extensions = [
"sphinx.ext.ifconfig", "sphinx.ext.ifconfig",
"sphinx.ext.extlinks", "sphinx.ext.extlinks",
"sphinxcontrib.mermaid", "sphinxcontrib.mermaid",
"sphinx_reredirects",
] ]
# Custom extensions # Custom extensions
......
...@@ -79,6 +79,7 @@ docs = [ ...@@ -79,6 +79,7 @@ docs = [
"sphinx-book-theme>=1.1", "sphinx-book-theme>=1.1",
"sphinxcontrib-mermaid>=1.0", "sphinxcontrib-mermaid>=1.0",
"sphinxcontrib-bibtex>=2.6", "sphinxcontrib-bibtex>=2.6",
"sphinx-reredirects>=1.0.0",
# Markdown and notebook support # Markdown and notebook support
"myst-parser>=4.0", "myst-parser>=4.0",
"myst-nb>=1.2", "myst-nb>=1.2",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment