[sphinx-users] Re: theme sidebar configuration

2022-08-22 Thread bradley...@gmail.com
It appears that sphinx_book_theme uses much more disk space that sphinx_rtd_theme. Here is a comparison for a project I am working on: sphinx_book_theme du -s doc 6008doc sphinx_rtd_theme du -s doc 2324doc I am using gh-pages on github to display documentation and am concerned about th

[sphinx-users] Re: theme sidebar configuration

2022-08-22 Thread bradley...@gmail.com
Thanks for the pointer. I was able to get the desired result using html_theme_options = { 'show_toc_level' : 4 } I was not able to find documentatiton for this setting on https://sphinx-book-theme.readthedocs.io/en/stable/customize/index.html But I did find it in https://github.com/exec