From 374a36107444d281bc7058954956bfd66427dc6f Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 25 Nov 2018 21:20:25 +0000 Subject: [PATCH] docs: try to fix CSS difference between local and rtfd --- docs/_static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index 0bfe6ba6..ec25901f 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -12,6 +12,17 @@ div.body li { } +/* + * Undo the hyphens: auto in Sphinx basic.css. + */ +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: inherit; + -ms-hyphens: inherit; + -webkit-hyphens: inherit; + hyphens: inherit; +} + + /* * Setting :width; on an image causes Sphinx to turn the image into a link, so