We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c68fba commit c33241dCopy full SHA for c33241d
docs/source/conf.py
@@ -29,8 +29,14 @@
29
# ones.
30
extensions = [
31
"sphinx.ext.intersphinx",
32
+ "sphinx_reredirects",
33
]
34
35
+
36
+# Redirects for olds pages
37
+# See https://documatt.gitlab.io/sphinx-reredirects/usage.html
38
+redirects = {}
39
40
# This points to aboutcode.readthedocs.io
41
# In case of "undefined label" ERRORS check docs on intersphinx to troubleshoot
42
# Link was created at commit - https://github.com/nexB/aboutcode/commit/faea9fcf3248f8f198844fe34d43833224ac4a83
setup.cfg
@@ -60,4 +60,6 @@ testing =
60
docs =
61
Sphinx>=5.0.2
62
sphinx-rtd-theme>=1.0.0
63
- doc8>=0.11.2
+ sphinx-reredirects >= 0.1.2
64
+ doc8>=0.11.2
65
0 commit comments