Switch the manual theme to Furo #104735
@ -134,6 +134,10 @@ html_theme_path = []
|
|||||||
if html_theme == "furo":
|
if html_theme == "furo":
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"source_edit_link": "https://projects.blender.org/blender/blender-manual/_edit/main/manual/{filename}",
|
"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 = {
|
html_sidebars = {
|
||||||
|
Loading…
Reference in New Issue
Block a user