This commit is contained in:
richard 2021-10-08 05:23:06 +01:00
parent e04d61f60b
commit 80d568a469
53 changed files with 34290 additions and 0 deletions

19
docs/_static/graphviz.css vendored Normal file
View file

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