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


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


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