Skip to content

Commit d5468d0

Browse files
dnskrpan3793
authored andcommitted
[KYUUBI #7211] [DOC] Remove unsupported 'logo_only' and 'extra_navbar' theme options
### Why are the changes needed? The PR fixes two `unsupported theme option` warnings that are printed during the documentation building: ```shell preparing documents... WARNING: unsupported theme option 'logo_only' given WARNING: unsupported theme option 'extra_navbar' given ``` Both options were deleted from [sphinx_book_theme](https://github.com/executablebooks/sphinx-book-theme). ### How was this patch tested? Built documentation locally and checked there are no warning message anymore. ### Was this patch authored or co-authored using generative AI tooling? No Closes #7211 from dnskr/remove-unsupported-theme-options. Closes #7211 800f9d9 [dnskr] [DOC] Remove unsupported 'logo_only' and 'extra_navbar' theme options Authored-by: dnskr <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
1 parent e1f2f81 commit d5468d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,11 @@
108108
"use_fullscreen_button": True,
109109
"repository_branch": "master",
110110
"path_to_docs": "docs",
111-
"logo_only": True,
112111
"home_page_in_toc": False,
113112
"show_navbar_depth": 1,
114113
"show_toc_level": 2,
115114
"announcement": "&#129418; Welcome to Kyuubi’s online documentation &#x2728;, v" + release,
116115
"toc_title": "",
117-
"extra_navbar": "Version " + release,
118116
}
119117

120118
html_logo = 'imgs/logo.png'

0 commit comments

Comments
 (0)