chore: Update to mkdocs-simple-plugin v1.0
All checks were successful
continuous-integration/drone Build is passing

Also updates from pep517.build to the `build` package, and bumps the
  semiliterate version number.
  Resolves #14.
This commit is contained in:
Glen Whitney 2021-08-24 10:58:55 -07:00
parent f458f716e3
commit b4a49b67b8
21 changed files with 219 additions and 153 deletions

View file

@ -311,3 +311,8 @@ h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .head
margin-left: 10px;
}
}
@media print {
/* Remove sidebar when print */
.col-md-3 { display: none; }
}