Release 4.4.0

This commit is contained in:
Marcus Huderle
2020-12-20 19:16:47 -06:00
parent 5ca30c70dd
commit afa06b48d0
38 changed files with 2028 additions and 725 deletions

9
docs/_static/css/custom.css vendored Normal file
View File

@@ -0,0 +1,9 @@
/* do not limit the width of the page */
.wy-nav-content {
max-width: 75%;
}
.wy-side-scroll {
width: auto;
overflow-y: auto;
}