summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-22 14:15:15 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-22 14:15:15 +0200
commit8fd50a7e9d0e7d06ea93fe6ad88413abc91ac6f9 (patch)
tree8151a8acc2e1f97b51ea58aa132a984e50051990 /Makefile
parentbffba0033fda3a45d7cbbde5165e09e886262ab2 (diff)
relative path in doc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cafda8e..f5f89d9 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,7 @@ release_test :
rdoc :
pandoc --from=markdown --to=rst --output=docs/source/readme.rst README.md
+ sed -i 's,https://pythonot.github.io/auto_examples/,auto_examples/,g' docs/source/readme.rst
notebook :
ipython notebook --matplotlib=inline --notebook-dir=notebooks/