summaryrefslogtreecommitdiff
path: root/docs/nb_build
blob: 2523d716cb7047f7158434748bd4a1ea1057b455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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