Skip to content

Commit

Permalink
Merge pull request #21 from linkml/no-exec-nb
Browse files Browse the repository at this point in the history
Do not execute notebooks when building docs
  • Loading branch information
cmungall authored Mar 26, 2024
2 parents 6b2654e + 4d9de80 commit dca86d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins:
- search
- mermaid2
- mknotebooks:
execute: true # This will execute the notebooks when building the site
execute: false
nav:
- Index: index.md
- Examples:
Expand Down

0 comments on commit dca86d3

Please sign in to comment.