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.
2 parents c098dfd + 95ab16f commit 1df1c06Copy full SHA for 1df1c06
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