File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 21
21
copyright = "nexB Inc. and others."
22
22
author = "AboutCode.org authors and contributors"
23
23
24
-
25
24
# -- General configuration ---------------------------------------------------
26
25
27
26
# Add any Sphinx extension module names here, as strings. They can be
28
27
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
29
28
# ones.
30
29
extensions = [
31
30
"sphinx.ext.intersphinx" ,
31
+ "sphinx_reredirects" ,
32
32
]
33
33
34
+
35
+ # Redirects for olds pages
36
+ # See https://documatt.gitlab.io/sphinx-reredirects/usage.html
37
+ redirects = {
38
+ "explanations/index.html" : "../reference/index.html" ,
39
+ "explanations/overview.html" : "../reference/overview.html" ,
40
+ "explanations/license-detection-reference.html" : "../reference/license-detection-reference.html"
41
+ }
42
+
34
43
# This points to aboutcode.readthedocs.io
35
44
# In case of "undefined label" ERRORS check docs on intersphinx to troubleshoot
36
45
# Link was created at commit - https://github.com/nexB/aboutcode/commit/faea9fcf3248f8f198844fe34d43833224ac4a83
You can’t perform that action at this time.
0 commit comments