Merge pull request #10197 from palewire/patch-1

Reduce `body_min_width` in basic theme
This commit is contained in:
Takeshi KOMIYA
2022-05-08 02:47:00 +09:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ Incompatible changes
To migrate: either add an explicit inventory name to the references To migrate: either add an explicit inventory name to the references
intersphinx should resolve, or explicitly set the value of this configuration intersphinx should resolve, or explicitly set the value of this configuration
variable to an empty list. variable to an empty list.
* #10197: html theme: Reduce ``body_min_width`` setting in basic theme to 360px
* #9999: LaTeX: separate terms from their definitions by a CR (refs: #9985) * #9999: LaTeX: separate terms from their definitions by a CR (refs: #9985)
* #10062: Change the default language to ``'en'`` if any language is not set in * #10062: Change the default language to ``'en'`` if any language is not set in
``conf.py`` ``conf.py``

View File

@@ -7,7 +7,7 @@ sidebars = localtoc.html, relations.html, sourcelink.html, searchbox.html
[options] [options]
nosidebar = false nosidebar = false
sidebarwidth = 230 sidebarwidth = 230
body_min_width = 450 body_min_width = 360
body_max_width = 800 body_max_width = 800
navigation_with_keys = False navigation_with_keys = False
enable_search_shortcuts = True enable_search_shortcuts = True