jorisvandenbossche commented on code in PR #36591:
URL: https://github.com/apache/arrow/pull/36591#discussion_r1258430140


##########
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:
   How does this differ from the default?



-- 
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]

Reply via email to