Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-07 20:47:00 +0300
committerGitHub <noreply@github.com>2022-05-07 20:47:00 +0300
commit27a62bbe39d8b1f961a73517d11e1b2933615a3c (patch)
tree3c15e25e2186c6c5e1840e79f6e62482240ced51
parent58c5424bb4a3bcc02d3d34a91dcbe5aef6306c56 (diff)
parentd7af818ba3931ce8f9ca29554f2958f6b317fd65 (diff)
Merge pull request #10197 from palewire/patch-1
Reduce `body_min_width` in basic theme
-rw-r--r--CHANGES1
-rw-r--r--sphinx/themes/basic/theme.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index bda3637e0..6abe4d8f1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,7 @@ Incompatible changes
To migrate: either add an explicit inventory name to the references
intersphinx should resolve, or explicitly set the value of this configuration
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)
* #10062: Change the default language to ``'en'`` if any language is not set in
``conf.py``
diff --git a/sphinx/themes/basic/theme.conf b/sphinx/themes/basic/theme.conf
index 45834f000..f8e7b263c 100644
--- a/sphinx/themes/basic/theme.conf
+++ b/sphinx/themes/basic/theme.conf
@@ -7,7 +7,7 @@ sidebars = localtoc.html, relations.html, sourcelink.html, searchbox.html
[options]
nosidebar = false
sidebarwidth = 230
-body_min_width = 450
+body_min_width = 360
body_max_width = 800
navigation_with_keys = False
enable_search_shortcuts = True