HTTP redirect for readtheocs website

This commit is contained in:
Timothée Ravier 2020-10-09 10:21:33 +02:00
commit d71930232a
No known key found for this signature in database
GPG Key ID: 241FDC14DC3654CB
2 changed files with 13 additions and 0 deletions

6
docs/conf.py Normal file
View File

@ -0,0 +1,6 @@
from recommonmark.parser import CommonMarkParser
source_parsers = {'.md': CommonMarkParser}
source_suffix = ['.md']
master_doc = 'index'

7
docs/index.md Normal file
View File

@ -0,0 +1,7 @@
<meta http-equiv="refresh" content="0; url=https://ostreedev.github.io/ostree">
<script type="text/javascript">
window.location.href = "https://ostreedev.github.io/ostree"
</script>
If you are not redirected automatically, please go to <a href='https://ostreedev.github.io/ostree'>ostreedev.github.io/ostree</a>.