Skip to content

Commit

Permalink
fix: failing docs (#728)
Browse files Browse the repository at this point in the history
* use exceptions to avoid `PermissionError` for removing old test files

* remove mkdocs-jupyter to fix the `ModuleNotFoundError: No module named 'notebook.services'` error

* update poetry.lock
  • Loading branch information
MAfarrag authored Jan 21, 2025
1 parent f4e77e8 commit 534bbe1
Show file tree
Hide file tree
Showing 6 changed files with 1,095 additions and 851 deletions.
11 changes: 4 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ theme:
- navigation.top
plugins:
- search
- mkdocs-jupyter
- autorefs
- table-reader

- macros:
module_name: docs/include/mkdocs-macros/main
- table-reader
- mkdocstrings:
default_handler: python
handlers:
Expand All @@ -41,18 +41,15 @@ plugins:
selection:
inherited_members: false

custom_templates: templates
watch:
- hydrolib/core
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
repo_url: https://github.com/Deltares/hydrolib-core
repo_name: deltares/hydrolib-core
edit_uri: edit/main/docs/
Expand Down
Loading

0 comments on commit 534bbe1

Please sign in to comment.