diff --git a/doc/cfg.py b/doc/cfg.py new file mode 100644 index 00000000..2c6964e0 --- /dev/null +++ b/doc/cfg.py @@ -0,0 +1,4 @@ +c.NbConvertApp.notebooks = ["examples/basic.ipynb"] + +c.ExecutePreprocessor.timeout = 60 +