Skip to content

Commit

Permalink
dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jangenoe committed Jul 29, 2024
1 parent 7550337 commit db143c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ html:
use_edit_page_button: false
use_repository_button: false
execute:
execute_notebooks: "off"
execute_notebooks: 'off'
parse:
myst_enable_extensions:
- amsmath
Expand All @@ -30,8 +30,8 @@ sphinx:
config:
html_theme_options:
logo:
image_light: "images/logo.png",
image_dark: "images/logo_negatif.png"
image_light: images/logo.png
image_dark: images/logo_negatif.png
html_show_copyright: false
nb_remove_code_source: true
latex_logo: images/logo.png
Expand All @@ -43,4 +43,4 @@ sphinx:
\AtBeginEnvironment{figure}{\pretocmd{\hyperlink}{\protect}{}{}}
bibtex_reference_style: label
bibtex_default_style : "unsrt"
ng"

0 comments on commit db143c2

Please sign in to comment.