Deployed 1af61e8 with MkDocs version: 1.3.0

This commit is contained in:
Gilles Boccon-Gibod
2022-06-04 23:05:22 -07:00
parent 4b9df9ece2
commit 5ee9891189
67 changed files with 30785 additions and 14075 deletions

View File

@@ -14,3 +14,23 @@ h5.doc-heading {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}
.doc .md-typeset__table tr {
display: table-row;
}
/* Avoid line breaks in rendered fields. */
.field-body p {
display: inline;
}
/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}