Skip to content

Commit 6073a4a

Browse files
committed
docs: Add sphinxext-rediraffe to config
1 parent f88be50 commit 6073a4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"sphinx_inline_tabs",
3333
"sphinx_copybutton",
3434
"sphinxext.opengraph",
35+
"sphinxext.rediraffe",
3536
"myst_parser",
3637
]
3738

@@ -102,6 +103,10 @@
102103
copybutton_prompt_is_regexp = True
103104
copybutton_remove_prompts = True
104105

106+
# sphinxext-rediraffe
107+
rediraffe_redirects = "redirects.txt"
108+
rediraffe_branch = "master~1"
109+
105110
htmlhelp_basename = "%sdoc" % about["__title__"]
106111

107112
latex_documents = [

0 commit comments

Comments
 (0)