Skip to content

Commit 573906b

Browse files
committed
Fix #95
1 parent e95bf38 commit 573906b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

alabaster/static/alabaster.css_t

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,16 @@ table.field-list p {
443443
margin-bottom: 0.8em;
444444
}
445445

446+
/* Cloned from
447+
* https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68
448+
*/
449+
.field-name {
450+
-moz-hyphens: manual;
451+
-ms-hyphens: manual;
452+
-webkit-hyphens: manual;
453+
hyphens: manual;
454+
}
455+
446456
table.footnote td.label {
447457
width: .1px;
448458
padding: 0.3em 0 0.3em 0.5em;

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
* :bug:`95` Independently ran across
6+
`sphinx-doc/sphinx#3276 <https://github.com/sphinx-doc/sphinx/issues/3276>`_,
7+
namely that parameter lists become squashed together if one is running on
8+
Sphinx 1.4.x. While that fix was merged in Sphinx itself, we felt it prudent
9+
to include it in our own stylesheet as well, for immediate relief.
510
* :release:`0.7.9 <2016-07-25>`
611
* :feature:`6` (and :issue:`70`, both via :issue:`84`) Make all remaining
712
hardcoded style colors configurable, plus related cleanup (such as improving

0 commit comments

Comments
 (0)