Skip to content

Commit

Permalink
Add redirects, set redirect for server page to account creation page
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrkiger committed Mar 11, 2024
1 parent 704fe9b commit 471c05b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Sphinx==5.0.0
myst-parser==1.0.0
docutils<0.18
Jinja2<3.1
sphinx-reredirects==0.1.3
3 changes: 2 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['myst_parser']
extensions = ['myst_parser', 'sphinx_reredirects']

# MyST markdown parser configuration
myst_heading_anchors = 3
Expand Down Expand Up @@ -106,3 +106,4 @@

html_favicon = 'images/index/favicon.png'

redirects = {"server": "creating_account.html"}

0 comments on commit 471c05b

Please sign in to comment.