summaryrefslogtreecommitdiff
path: root/docs/nb_build
blob: 979a91372d3eb486eea49c96518682bfa779ba48 (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