regenerated documentation

This commit is contained in:
Frank Morgner
2021-04-28 02:13:40 +02:00
parent 29a818c69a
commit 27b3dfb62b
216 changed files with 26154 additions and 24712 deletions

View File

@@ -5,6 +5,27 @@
* Sphinx stylesheet -- Bootstrap theme.
*/
/*
* Imports to aggregate everything together.
*/
@import url("./basic.css");
@import url("./bootswatch-3.3.7/flatly/bootstrap.min.css");
/*
* Styles
*/
.navbar-inverse .brand {
color: #FFF;
}
@@ -17,6 +38,17 @@
padding-top: 0;
}
/*
* Reset the logo image dimensions. Sites like RTD can override with bad
* results on mobile (mega-huge logo...)
*
* https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/142
*/
.navbar-brand img {
width: auto;
height: 100%;
}
.page-top {
top: 0px;
}
@@ -42,12 +74,17 @@ div.highlight {
background: none;
}
a.headerlink {
margin-left: 0.25em;
}
a.footnote-reference {
vertical-align: super;
font-size: 75%;
}
table.footnote td.label {
color: inherit;
font-size: 100%;
display: block;
line-height: normal;