Skip to content

Commit

Permalink
added a logo
Browse files Browse the repository at this point in the history
  • Loading branch information
will-saunders-ukaea committed Oct 24, 2024
1 parent 345dc82 commit 35a6d53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Binary file added docs/sphinx/source/_static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
html_theme = "pydata_sphinx_theme"
html_static_path = ['_static']
html_css_files = ["custom.css"]
html_favicon = "_static/favicon.png"

html_sidebars = {
"**": ["globaltoc.html"]
Expand All @@ -36,7 +37,12 @@
"navbar_align": "left",
"primary_sidebar_end": [],
"navigation_depth": 0,
"show_nav_level": 3
"show_nav_level": 3,
"logo": {
"text": "",
"image_light": "neso_particles_logo_light_small.png",
"image_dark": "neso_particles_logo_dark_small.png",
},
}

import os
Expand Down

0 comments on commit 35a6d53

Please sign in to comment.