From 61d5bfd5be7b83a3a6fec7a3d9120a9a31e77679 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Wed, 17 Feb 2021 14:33:08 -0700 Subject: [PATCH] Turn off notebook execution (#22) --- .gitignore | 2 ++ CHANGELOG.md | 9 +++++---- docs/source/conf.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 867cd7e..8b9514e 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,5 @@ venv.bak/ # Sphinx docs/_build +dask-worker-space/ +*.DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0fe5c..ff1e01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,21 @@ ### Features -- add driver and simplecache example [#20](https://github.com/NCAR/intake-thredds/pull/20) ([@aaronspring](https://github.com/aaronspring)) +- Turn off notebook execution [#22](https://github.com/NCAR/intake-thredds/pull/22) ([@andersy005](https://github.com/andersy005)) +- Add driver and simplecache example [#20](https://github.com/NCAR/intake-thredds/pull/20) ([@aaronspring](https://github.com/aaronspring)) - Add documentation [#19](https://github.com/NCAR/intake-thredds/pull/19) ([@andersy005](https://github.com/andersy005)) - 💚 Update Continuous Integration [#18](https://github.com/NCAR/intake-thredds/pull/18) ([@andersy005](https://github.com/andersy005)) - Add LICENSE [#17](https://github.com/NCAR/intake-thredds/pull/17) ([@andersy005](https://github.com/andersy005)) - Docs: Use markdown via myst-parser [#16](https://github.com/NCAR/intake-thredds/pull/16) ([@andersy005](https://github.com/andersy005)) -- allow simplecache [#14](https://github.com/NCAR/intake-thredds/pull/14) ([@aaronspring](https://github.com/aaronspring)) +- Allow simplecache [#14](https://github.com/NCAR/intake-thredds/pull/14) ([@aaronspring](https://github.com/aaronspring)) - options for combine_by_coords [#13](https://github.com/NCAR/intake-thredds/pull/13) ([@aaronspring](https://github.com/aaronspring)) - Pass kwargs to Catalog [#12](https://github.com/NCAR/intake-thredds/pull/12) ([@martindurant](https://github.com/martindurant)) - 💚 Migrate CI from CircleCI to GHA [#10](https://github.com/NCAR/intake-thredds/pull/10) ([@andersy005](https://github.com/andersy005)) -- use opendap [#7](https://github.com/NCAR/intake-thredds/pull/7) ([@aaronspring](https://github.com/aaronspring)) +- Use opendap [#7](https://github.com/NCAR/intake-thredds/pull/7) ([@aaronspring](https://github.com/aaronspring)) - Add tests [#5](https://github.com/NCAR/intake-thredds/pull/5) ([@andersy005](https://github.com/andersy005)) - CI & RTD configurations Overhaul [#4](https://github.com/NCAR/intake-thredds/pull/4) ([@andersy005](https://github.com/andersy005)) - Add `THREDDSMergedSource` implementation [#3](https://github.com/NCAR/intake-thredds/pull/3) ([@martindurant](https://github.com/martindurant)) -- example [#2](https://github.com/NCAR/intake-thredds/pull/2) ([@martindurant](https://github.com/martindurant)) +- Add example [#2](https://github.com/NCAR/intake-thredds/pull/2) ([@martindurant](https://github.com/martindurant)) ### Contributors to this release diff --git a/docs/source/conf.py b/docs/source/conf.py index 1b1abba..9b546ce 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,7 +74,7 @@ # Enable notebook execution -jupyter_execute_notebooks = 'auto' +jupyter_execute_notebooks = 'off' # The suffix of source filenames.