Improve documentation (#2661)

Integrate .md files into official documentation
See: https://stackoverflow.com/questions/46278683/include-my-markdown-readme-into-sphinx/68005314#68005314
This commit is contained in:
Ivan Nardi 2025-01-10 19:22:47 +01:00 committed by GitHub
parent 89ccc30e9f
commit d351907af8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 37 additions and 14 deletions

3
doc/_static/custom.css vendored Normal file
View file

@ -0,0 +1,3 @@
.wy-nav-content {
max-width: 75% !important;
}