summaryrefslogtreecommitdiff
path: root/docs/nb_build
blob: 6abc6cf9c963f1cd5448ab2d4d2d2b9203e0de75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash


# remove comment 
sed -i "s/#'sphinx\_gallery/'sphinx\_gallery/" source/conf.py
sed -i "s/sys.modules.update/#sys.modules.update/" source/conf.py

make html

# put comment again 
sed -i "s/'sphinx\_gallery/#'sphinx\_gallery/" source/conf.py
sed -i "s/#sys.modules.update/sys.modules.update/" source/conf.py

#rsync --out-format="%n" --update  source/auto_examples/*.ipynb ../notebooks2
./nb_run_conv