We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bdaa7 commit 19cfd5dCopy full SHA for 19cfd5d
1 file changed
docs/conf.py
@@ -27,6 +27,7 @@
27
"sphinx_inline_tabs",
28
"sphinx_copybutton",
29
"sphinxext.opengraph",
30
+ "sphinxext.rediraffe",
31
"myst_parser",
32
]
33
myst_enable_extensions = ["colon_fence", "substitution", "replacements"]
@@ -100,6 +101,10 @@ def setup(app):
100
101
copybutton_prompt_is_regexp = True
102
copybutton_remove_prompts = True
103
104
+# sphinxext-rediraffe
105
+rediraffe_redirects = "redirects.txt"
106
+rediraffe_branch = "master~1"
107
+
108
htmlhelp_basename = "%sdoc" % about["__title__"]
109
110
latex_documents = [
0 commit comments