Skip to content

Commit

Permalink
enabled jupyter notebook support - Adithya S K
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-s-k committed Jan 1, 2025
1 parent 033ee3d commit fef8b84
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,20 @@ theme:
font:
text: Roboto
code: Roboto Mono
favicon: assets/logo.png
# icon:
# logo: assets/logo.png
favicon: assets/favicon.png
icon:
logo: logo

# Plugins
plugins:
- blog
# - mkdocs-jupyter:
# include_source: true
# ignore_h1_titles: true
# execute: false
# allow_errors: true
# ignore_patterns:
# - "archives/*"
- mkdocs-jupyter:
include_source: true
ignore_h1_titles: true
execute: false
allow_errors: true
ignore_patterns:
- "archives/*"
- mkdocstrings:
default_handler: python
handlers:
Expand Down

0 comments on commit fef8b84

Please sign in to comment.