Skip to content

Commit 61d5bfd

Browse files
authored
Turn off notebook execution (#22)
1 parent fb99fa1 commit 61d5bfd

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,5 @@ venv.bak/
106106

107107
# Sphinx
108108
docs/_build
109+
dask-worker-space/
110+
*.DS_Store

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@
66

77
### Features
88

9-
- add driver and simplecache example [#20](https://github.com/NCAR/intake-thredds/pull/20) ([@aaronspring](https://github.com/aaronspring))
9+
- Turn off notebook execution [#22](https://github.com/NCAR/intake-thredds/pull/22) ([@andersy005](https://github.com/andersy005))
10+
- Add driver and simplecache example [#20](https://github.com/NCAR/intake-thredds/pull/20) ([@aaronspring](https://github.com/aaronspring))
1011
- Add documentation [#19](https://github.com/NCAR/intake-thredds/pull/19) ([@andersy005](https://github.com/andersy005))
1112
- 💚 Update Continuous Integration [#18](https://github.com/NCAR/intake-thredds/pull/18) ([@andersy005](https://github.com/andersy005))
1213
- Add LICENSE [#17](https://github.com/NCAR/intake-thredds/pull/17) ([@andersy005](https://github.com/andersy005))
1314
- Docs: Use markdown via myst-parser [#16](https://github.com/NCAR/intake-thredds/pull/16) ([@andersy005](https://github.com/andersy005))
14-
- allow simplecache [#14](https://github.com/NCAR/intake-thredds/pull/14) ([@aaronspring](https://github.com/aaronspring))
15+
- Allow simplecache [#14](https://github.com/NCAR/intake-thredds/pull/14) ([@aaronspring](https://github.com/aaronspring))
1516
- options for combine_by_coords [#13](https://github.com/NCAR/intake-thredds/pull/13) ([@aaronspring](https://github.com/aaronspring))
1617
- Pass kwargs to Catalog [#12](https://github.com/NCAR/intake-thredds/pull/12) ([@martindurant](https://github.com/martindurant))
1718
- 💚 Migrate CI from CircleCI to GHA [#10](https://github.com/NCAR/intake-thredds/pull/10) ([@andersy005](https://github.com/andersy005))
18-
- use opendap [#7](https://github.com/NCAR/intake-thredds/pull/7) ([@aaronspring](https://github.com/aaronspring))
19+
- Use opendap [#7](https://github.com/NCAR/intake-thredds/pull/7) ([@aaronspring](https://github.com/aaronspring))
1920
- Add tests [#5](https://github.com/NCAR/intake-thredds/pull/5) ([@andersy005](https://github.com/andersy005))
2021
- CI & RTD configurations Overhaul [#4](https://github.com/NCAR/intake-thredds/pull/4) ([@andersy005](https://github.com/andersy005))
2122
- Add `THREDDSMergedSource` implementation [#3](https://github.com/NCAR/intake-thredds/pull/3) ([@martindurant](https://github.com/martindurant))
22-
- example [#2](https://github.com/NCAR/intake-thredds/pull/2) ([@martindurant](https://github.com/martindurant))
23+
- Add example [#2](https://github.com/NCAR/intake-thredds/pull/2) ([@martindurant](https://github.com/martindurant))
2324

2425
### Contributors to this release
2526

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575

7676
# Enable notebook execution
77-
jupyter_execute_notebooks = 'auto'
77+
jupyter_execute_notebooks = 'off'
7878

7979

8080
# The suffix of source filenames.

0 commit comments

Comments
 (0)