summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-23 10:53:19 +0200
committerGitHub <noreply@github.com>2020-04-23 10:53:19 +0200
commit8ca4d301b8110d02acc18c51e3ecd1de0c87049b (patch)
tree49f9df24449de6ec874d73ed65ad7c851669e83a /Makefile
parentf9638166521a1160838fae75e2a2e318d645460e (diff)
parentbacb0b992aa4e1ba7e5fd0beb0bf9617c801f833 (diff)
Merge branch 'master' into rm_travis
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/