File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 75
75
copyright = '2024, pyro development team'
76
76
author = 'pyro development team'
77
77
78
- html_logo = "logo.gif"
79
- html_title = "pyro"
78
+ # html_logo = "logo.gif"
79
+ # html_title = "pyro"
80
80
81
81
# The version info for the project you're documenting, acts as replacement for
82
82
# |version| and |release|, also used in various other places throughout the
133
133
"use_edit_page_button" : True ,
134
134
"use_source_button" : True ,
135
135
"repository_branch" : "main" ,
136
- "path_to_docs" : "docs/source"
136
+ "path_to_docs" : "docs/source" ,
137
+ "logo" : {
138
+ "text" : f"pyro { version } " ,
139
+ "image_light" : "logo.gif" ,
140
+ "image_dark" : "logo.gif" ,
141
+ }
137
142
}
138
143
139
144
# Add any paths that contain custom static files (such as style sheets) here,
You can’t perform that action at this time.
0 commit comments