Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 6874c7f

Browse files
committed
Setup redirects for renamed submodules
1 parent a3e2ee5 commit 6874c7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
]
4848
suppress_warnings = []
4949

50+
# options for reredirects
51+
redirects = {
52+
"appx/blog/spec": "../../spec/blog/index.html",
53+
"appx/libms/spec": "../../spec/libms/index.html",
54+
}
55+
5056
# options for bibliography
5157
bibtex_bibfiles = ["refs.bib"]
5258
bibtex_reference_style = "label"

0 commit comments

Comments
 (0)