Skip to content

Commit 04c398b

Browse files
committed
remove mkdocs-jupyter to fix the ModuleNotFoundError: No module named 'notebook.services' error
1 parent ab469b9 commit 04c398b

File tree

3 files changed

+1027
-804
lines changed

3 files changed

+1027
-804
lines changed

mkdocs.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ theme:
2222
- navigation.top
2323
plugins:
2424
- search
25-
- mkdocs-jupyter
2625
- autorefs
27-
- table-reader
26+
2827
- macros:
2928
module_name: docs/include/mkdocs-macros/main
29+
- table-reader
3030
- mkdocstrings:
3131
default_handler: python
3232
handlers:
@@ -41,18 +41,15 @@ plugins:
4141
selection:
4242
inherited_members: false
4343

44-
custom_templates: templates
45-
watch:
46-
- hydrolib/core
4744
markdown_extensions:
4845
- pymdownx.highlight
4946
- pymdownx.superfences
5047
- admonition
5148
- toc:
5249
permalink: true
5350
- pymdownx.emoji:
54-
emoji_index: !!python/name:materialx.emoji.twemoji
55-
emoji_generator: !!python/name:materialx.emoji.to_svg
51+
emoji_index: !!python/name:material.extensions.emoji.twemoji
52+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
5653
repo_url: https://github.com/Deltares/hydrolib-core
5754
repo_name: deltares/hydrolib-core
5855
edit_uri: edit/main/docs/

0 commit comments

Comments
 (0)