re-add docs, maybe that will get github pages to work.
This commit is contained in:
parent
0bea7ef334
commit
8c4d2af2dc
54 changed files with 34290 additions and 0 deletions
19
docs/_static/graphviz.css
vendored
Normal file
19
docs/_static/graphviz.css
vendored
Normal 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%;
|
||||
}
|
Reference in a new issue