##// END OF EJS Templates
remove copy via PUT...
remove copy via PUT only copy via POST to directories

File last commit:

r11478:dea7df3f
r18750:2f10af20
Show More
override.py
6 lines | 185 B | text/x-python | PythonLexer
c = get_config()
#Export all the notebooks in the current directory to the sphinx_howto format.
c.NbConvertApp.notebooks = ['notebook2.ipynb']
c.NbConvertApp.export_format = 'python'