Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3a261 commit 95ab16fCopy full SHA for 95ab16f
1 file changed
doc/sphinxext/redirect_from.py
@@ -83,7 +83,7 @@ def merge_domaindata(self, docnames, otherdata):
83
elif self.redirects[src] != dst:
84
raise ValueError(
85
f"Inconsistent redirections from {src} to "
86
- F"{self.redirects[src]} and {otherdata.redirects[src]}")
+ f"{self.redirects[src]} and {otherdata['redirects'][src]}")
87
88
89
class RedirectFrom(Directive):
0 commit comments