Skip to content

Commit 19d225a

Browse files
committed
Comments out Jupyter execute ignors
1 parent 2058222 commit 19d225a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/mkdocs.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ extra:
2727
name: EasyDiffraction Library Source Code on GitHub
2828

2929
# Jupyter notebooks
30-
plugins:
31-
- mkdocs-jupyter:
32-
execute_ignore:
33-
- 'quick*.ipynb'
34-
- 'basic*.ipynb'
35-
- 'advanced*.ipynb'
36-
- 'cryst*.ipynb'
37-
- 'pdf*.ipynb'
38-
# - '*emcee*.ipynb' # Ignore notebooks with 'emcee' in the name from execution
30+
#plugins:
31+
# - mkdocs-jupyter:
32+
# execute_ignore:
33+
# - 'quick*.ipynb'
34+
# - 'basic*.ipynb'
35+
# - 'advanced*.ipynb'
36+
# - 'cryst*.ipynb'
37+
# - 'pdf*.ipynb'
3938

4039
##################
4140
# Add new settings

0 commit comments

Comments
 (0)