Skip to content

Commit 704f26e

Browse files
committed
docs(conf): Add sphinxext-rediraffe to config
1 parent 341230e commit 704f26e

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
@@ -33,6 +33,7 @@
3333
"sphinx_inline_tabs",
3434
"sphinx_copybutton",
3535
"sphinxext.opengraph",
36+
"sphinxext.rediraffe",
3637
"myst_parser",
3738
]
3839

@@ -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)