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 7c01ded commit 6f09582Copy full SHA for 6f09582
1 file changed
sphinx_reredirects/__init__.py
@@ -67,7 +67,6 @@ def grab_redirects(self) -> Mapping[str, str]:
67
# For each source-target redirect pair in conf.py
68
for source, target in self.redirects_option.items():
69
target = self._relativize_target_path(source, target)
70
- target = self._to_relative_path(source, target)
71
72
# no wildcard, append source as-is
73
if not self._contains_wildcard(source):
0 commit comments