The *sphinx_rtd_theme version 0.4.3* *theme.css* seems to support:

   - small screen with max-width: 480px
   - medium screen with max-width: 768px
   - and larger screens

The TOC is displayed in the side panel on large screens and the Hamburger 
Menu Icon is displayed on smaller screens.

*How is the medium screen redefined to max-width: 950px?*

I'm a noob to this but based on 
https://docs.readthedocs.io/en/stable/guides/adding-custom-css.html#overriding-or-replacing-a-theme-s-stylesheet
 I 
assume *conf.py* needs to point to *custom.css* containing *@media screen 
and (max-width: 950px)*.

-- 
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/32a6de53-23f3-449c-979d-0e0911e50878%40googlegroups.com.

Reply via email to