Switch the manual theme to Furo #104735

Merged
Aaron Carlisle merged 30 commits from furo-theme into blender-v4.1-release 2024-03-20 21:38:49 +01:00
Showing only changes of commit 8f2f7f8548 - Show all commits

View File

@ -134,6 +134,10 @@ html_theme_path = []
if html_theme == "furo":
html_theme_options = {
"source_edit_link": "https://projects.blender.org/blender/blender-manual/_edit/main/manual/{filename}",
"light_css_variables": {
"color-brand-primary": "#265787",
"color-brand-content": "#265787",
},
}
html_sidebars = {