From 0f3fc8d0db1244ba027852526de374bc579731f5 Mon Sep 17 00:00:00 2001 From: gumyr Date: Tue, 9 Apr 2024 13:09:22 -0400 Subject: [PATCH] Moving model-viewer script to _templates/layout.html --- docs/_templates/layout.html | 5 +++++ docs/index.rst | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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..2b02ce64 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,5 @@ +{% extends "!layout.html" %} + +{%- block extraScript %} + +{% endblock extraScript %} \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 079381bc..264126b0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -81,9 +81,10 @@ As an example, consider the design of a tea cup: :start-after: [Code] :end-before: [End] +.. + .. raw:: html - .. .. image:: tea_cup.png