summaryrefslogtreecommitdiff
path: root/docs/rtd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/rtd')
-rw-r--r--docs/rtd/conf.py6
-rw-r--r--docs/rtd/index.md5
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/rtd/conf.py b/docs/rtd/conf.py
new file mode 100644
index 0000000..814db75
--- /dev/null
+++ b/docs/rtd/conf.py
@@ -0,0 +1,6 @@
+from recommonmark.parser import CommonMarkParser
+
+source_parsers = {'.md': CommonMarkParser}
+
+source_suffix = ['.md']
+master_doc = 'index' \ No newline at end of file
diff --git a/docs/rtd/index.md b/docs/rtd/index.md
new file mode 100644
index 0000000..734574e
--- /dev/null
+++ b/docs/rtd/index.md
@@ -0,0 +1,5 @@
+<meta http-equiv="refresh" content="0; URL=https://PythonOT.github.io">
+
+# POT: Python Optimal Transport
+
+The documentation has been moved to : [https://PythonOT.github.io](https://PythonOT.github.io) \ No newline at end of file