Update Sphinx to 2.1.2
This commit is contained in:
11
docs/_static/style.css
vendored
11
docs/_static/style.css
vendored
@ -291,6 +291,17 @@ dl.field-list > dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* remove flex from field lists */
|
||||
dl.field-list {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* internal references are forced to bold for some reason */
|
||||
a.reference.internal > strong {
|
||||
font-weight: unset;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
div.danger, div.error {
|
||||
background-color: #ffe4e4;
|
||||
border: 1px solid #f66;
|
||||
|
Reference in New Issue
Block a user