AlenkaF commented on code in PR #36591:
URL: https://github.com/apache/arrow/pull/36591#discussion_r1258639548
##########
docs/source/conf.py:
##########
@@ -288,16 +288,34 @@
# further. For a list of options available for each theme, see the
# documentation.
#
+
html_theme_options = {
- "show_toc_level": 2,
"use_edit_page_button": True,
+ "logo": {
+ "image_light": "_static/arrow.png",
+ "image_dark": "_static/arrow-dark.png",
+ },
+ "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
Review Comment:
The default is `"navbar_end": ["navbar-icon-links"]`
(https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/layout.html#header-sections).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]