We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3077e1e commit ce576c0Copy full SHA for ce576c0
docs/conf.py
@@ -30,6 +30,7 @@
30
"sphinx.ext.ifconfig",
31
"sphinx.ext.extlinks",
32
"sphinxcontrib.mermaid",
33
+ "sphinx_reredirects",
34
]
35
36
# Custom extensions
pyproject.toml
@@ -79,6 +79,7 @@ docs = [
79
"sphinx-book-theme>=1.1",
80
"sphinxcontrib-mermaid>=1.0",
81
"sphinxcontrib-bibtex>=2.6",
82
+ "sphinx-reredirects>=1.0.0",
83
# Markdown and notebook support
84
"myst-parser>=4.0",
85
"myst-nb>=1.2",
0 commit comments