jorisvandenbossche commented on code in PR #36591:
URL: https://github.com/apache/arrow/pull/36591#discussion_r1259464054
##########
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,
Review Comment:
I think it should influence the right-sidebar page TOC, by default it only
shows the first level, and expands when scrolling down the page. With setting
this, it should already show the first two levels by default (and then still
further expands to more levels if those are present when scrolling)
--
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]