Skip to content

Commit 19cfd5d

Browse files
committed
docs(conf): Add sphinxext-rediraffe to config
1 parent f9bdaa7 commit 19cfd5d

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
@@ -27,6 +27,7 @@
2727
"sphinx_inline_tabs",
2828
"sphinx_copybutton",
2929
"sphinxext.opengraph",
30+
"sphinxext.rediraffe",
3031
"myst_parser",
3132
]
3233
myst_enable_extensions = ["colon_fence", "substitution", "replacements"]
@@ -100,6 +101,10 @@ def setup(app):
100101
copybutton_prompt_is_regexp = True
101102
copybutton_remove_prompts = True
102103

104+
# sphinxext-rediraffe
105+
rediraffe_redirects = "redirects.txt"
106+
rediraffe_branch = "master~1"
107+
103108
htmlhelp_basename = "%sdoc" % about["__title__"]
104109

105110
latex_documents = [

0 commit comments

Comments
 (0)