We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e6407 commit 2569edcCopy full SHA for 2569edc
docs/source/conf.py
@@ -75,8 +75,8 @@
75
copyright = '2024, pyro development team'
76
author = 'pyro development team'
77
78
-html_logo = "logo.gif"
79
-html_title = "pyro"
+#html_logo = "logo.gif"
+#html_title = "pyro"
80
81
# The version info for the project you're documenting, acts as replacement for
82
# |version| and |release|, also used in various other places throughout the
@@ -133,7 +133,12 @@
133
"use_edit_page_button": True,
134
"use_source_button": True,
135
"repository_branch": "main",
136
- "path_to_docs": "docs/source"
+ "path_to_docs": "docs/source",
137
+ "logo": {
138
+ "text": f"pyro {version}",
139
+ "image_light": "logo.gif",
140
+ "image_dark": "logo.gif",
141
+ }
142
}
143
144
# Add any paths that contain custom static files (such as style sheets) here,
0 commit comments