update of the documentation.

This commit is contained in:
2024-04-23 10:50:11 +02:00
parent 92b1aac7a6
commit 4a6885f55b
27 changed files with 171 additions and 498 deletions

View File

@ -0,0 +1,5 @@
/* dynamic content width, see https://stackoverflow.com/questions/23211695/modifying-content-width-of-the-sphinx-theme-read-the-docs */
.wy-nav-content {
max-width: none;
}