summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothée Ravier <travier@redhat.com>2020-10-09 10:21:33 +0200
committerTimothée Ravier <travier@redhat.com>2020-10-09 14:44:36 +0200
commitd71930232a03889d4212be251a69c9c74ce569cd (patch)
tree77578ed7c33ea77154a65a640f4be86304e2c0c5
downloadostree-for-readthedocs.tar.gz
HTTP redirect for readtheocs websitefor-readthedocs
-rw-r--r--docs/conf.py6
-rw-r--r--docs/index.md7
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 00000000..cf6479bf
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,6 @@
+from recommonmark.parser import CommonMarkParser
+
+source_parsers = {'.md': CommonMarkParser}
+
+source_suffix = ['.md']
+master_doc = 'index'
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 00000000..182aa15d
--- /dev/null
+++ b/docs/index.md
@@ -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>.