Skip to content

Commit

Permalink
fix: Fix docs generation (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Sep 7, 2023
1 parent f64c822 commit e1bfb4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ groups:
targets:
build:
help: build documentation
run: |
mkdocs build --config-file mkdocs.yaml
run: mkdocs build --config-file mkdocs.yaml

preview:
help: preview documentation page locally
Expand Down
1 change: 1 addition & 0 deletions conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ channels:
- nodefaults
- conda-forge
dependencies:
- graphviz
- python <3.11
- poetry
- nodejs # used by semantic-release
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ plugins:
show_source: false
show_modules: true
- mkdocs-jupyter:
execute: true
execute: false
ignore:
- "*.py"
# execute_ignore: "tutorial/*Geospatial*.ipynb"
Expand Down

0 comments on commit e1bfb4e

Please sign in to comment.