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 7575copyright = '2024, pyro development team'
7676author = 'pyro development team'
7777
78- html_logo = "logo.gif"
79- html_title = "pyro"
78+ # html_logo = "logo.gif"
79+ # html_title = "pyro"
8080
8181# The version info for the project you're documenting, acts as replacement for
8282# |version| and |release|, also used in various other places throughout the
133133 "use_edit_page_button" : True ,
134134 "use_source_button" : True ,
135135 "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+ }
137142}
138143
139144# 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