File tree Expand file tree Collapse file tree 4 files changed +222
-2
lines changed
Expand file tree Collapse file tree 4 files changed +222
-2
lines changed Original file line number Diff line number Diff line change 4545# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
4646
4747html_theme = "furo"
48- html_title = f"Joseki { version } "
49- html_logo = "assets/logo.svg"
5048
5149html_theme_options = {
5250 "source_repository" : "https://github.com/rayference/joseki/" ,
6058 "color-brand-primary" : "#60a5fa" ,
6159 "color-brand-content" : "#60a5fa" ,
6260 },
61+ "light_logo" : "logo_title-light.svg" ,
62+ "dark_logo" : "logo_title-dark.svg" ,
63+ "sidebar_hide_name" : True ,
6364}
6465
6566html_static_path = ["_static" ]
67+ html_title = "Joseki"
6668
6769# -- Extension configuration -------------------------------------------------
6870
Original file line number Diff line number Diff line change 11Joseki Documentation
22====================
33
4+ **Date **: |today | | **Version **: |version |
5+
46Reference atmospheric thermophysical profiles for radiative transfer applications in Earth's atmosphere.
57
68If you are new to Joseki, start by reading the :doc: `"Usage" <usage >` section.
You can’t perform that action at this time.
0 commit comments