Skip to content

Commit

Permalink
test sphinx redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Aug 21, 2022
1 parent 9e5a7ad commit 9ff68a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
Empty because docs are built through BioSTEAM (not thermosteam).
"""

extensions = [
'sphinx_reredirects',
]

redirects = {
"/*": "https://biosteam.readthedocs.io",
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-reredirects

0 comments on commit 9ff68a7

Please sign in to comment.