summaryrefslogtreecommitdiff
path: root/docs/nb_build
blob: e0afbcd35bfc610c539fae22932fe41f587e5848 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash


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

make html

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