Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Sep 5, 2023
1 parent 22d8741 commit 18d119b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jupyterbook/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,16 @@ repository:
sphinx:
config:
html_show_copyright: false
myst_heading_anchors: 3
nb_mime_priority_overrides: [
["html", "application/vnd.jupyter.widget-view+json", 10],
["html", "application/javascript", 20],
["html", "text/html", 30],
["html", "image/svg+xml", 40],
["html", "image/png", 50],
["html", "image/gif", 60],
["html", "image/jpeg", 70],
["html", "text/markdown", 80],
["html", "text/latex", 90],
["html", "text/plain", 100]
]

0 comments on commit 18d119b

Please sign in to comment.