diff --git a/docs/_static/style.css b/docs/_static/style.css new file mode 100644 index 00000000..d42f3c0d --- /dev/null +++ b/docs/_static/style.css @@ -0,0 +1,4 @@ + +div.figure { + padding: 0; +} diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..42efa77e --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,2 @@ +{% extends "!layout.html" %} +{% set css_files = css_files + ['_static/style.css'] %}