0.11.0 update: add new files

This commit is contained in:
Lars Immisch
2024-05-30 23:22:10 +02:00
parent 7a629527e0
commit cc6e064445
9 changed files with 1512 additions and 0 deletions

19
_static/graphviz.css Normal file
View File

@@ -0,0 +1,19 @@
/*
* graphviz.css
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- graphviz extension.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
img.graphviz {
border: 0;
max-width: 100%;
}
object.graphviz {
max-width: 100%;
}