Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ce576c0c
Unverified
Commit
ce576c0c
authored
Oct 29, 2025
by
Anant Sharma
Committed by
GitHub
Oct 29, 2025
Browse files
docs: add sphinx reredirects extension (#3962)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
3077e1ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
docs/conf.py
docs/conf.py
+1
-0
pyproject.toml
pyproject.toml
+1
-0
No files found.
docs/conf.py
View file @
ce576c0c
...
@@ -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
...
...
pyproject.toml
View file @
ce576c0c
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment