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
6008    doc

sphinx_rtd_theme
du -s doc
2324    doc

I am using gh-pages on github to display documentation and am concerned 
about the size of the footprint of the documentation.

On Sunday, August 21, 2022 at 12:44:43 PM UTC-7 Max Lange wrote:

> The sphinx_book_theme 
> <https://github.com/executablebooks/sphinx-book-theme> supports this.
>
> On Saturday, August 20, 2022 at 10:00:08 PM UTC-7 bradley...@gmail.com 
> wrote:
>
>> The furo theme (with its default setting) has two side bars. The left 
>> side bar contains the contents tree for the web pages. The right side bar 
>> contains the contents tree for each individual page.  This is a very nice 
>> feature because headings within a web page do not affect the overall 
>> contents tree. This facilitates moving a sub tree to a different location 
>> in the web page contents tree (in the spirit of incremental iterative 
>> development).
>>
>> Are there other themes that enable one to see these two trees separately ?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/bd689062-5091-4650-b9de-1f999e069b8an%40googlegroups.com.

Reply via email to