From 77c3cd999626c4e5544cb44de78825d7af35ab5d Mon Sep 17 00:00:00 2001 From: gumyr Date: Tue, 9 Apr 2024 10:19:32 -0400 Subject: [PATCH] Moving script to layout.html --- docs/_templates/layout.html | 7 +++++++ docs/index.rst | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 docs/_templates/layout.html diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..144f452a --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,7 @@ +{% extends "!layout.html" %} + +{%- block extraScript %} + + +{% endblock extraScript %} \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index c9112ef0..ae164417 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -83,8 +83,7 @@ As an example, consider the design of a tea cup: .. raw:: html - - + .. image:: tea_cup.png :align: center