Skip to content

Commit

Permalink
doc: add redirects for pages renamed to US english
Browse files Browse the repository at this point in the history
Signed-off-by: Minae Lee <[email protected]>
  • Loading branch information
minaelee committed Feb 18, 2025
1 parent 68d06ac commit d0c20ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
# NOTE: If this variable is not defined, set to None, or the dictionary is empty,
# the sphinx_reredirects extension will be disabled.
redirects = {
'tutorial/index': 'get_started/'}
'tutorial/index': 'get_started/',
'explanation/initialisation': '../initialization',
'how-to/initialise': '../initialize'
}

############################################################
### Link checker
Expand Down

0 comments on commit d0c20ca

Please sign in to comment.