aboutsummaryrefslogtreecommitdiff
path: root/docs/_build/html/_static/graphviz.css
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-07 13:59:08 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-07 13:59:08 +0530
commit3a708b304319afe84ebf3d40ecebabe6acc339f3 (patch)
treeb72f391dbe4d5370394c546f94e10d6edaa17a63 /docs/_build/html/_static/graphviz.css
parent359813517e3382c527125fe673fa89f0fd0742c0 (diff)
started work on automatic documentation
Diffstat (limited to 'docs/_build/html/_static/graphviz.css')
-rw-r--r--docs/_build/html/_static/graphviz.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/_build/html/_static/graphviz.css b/docs/_build/html/_static/graphviz.css
new file mode 100644
index 0000000..b340734
--- /dev/null
+++ b/docs/_build/html/_static/graphviz.css
@@ -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%;
+}