From b6277b389e3259fb91f948468bb9dc15e7c3b012 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:49:54 +0200 Subject: [PATCH] Update conf.py --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 225b9a2..e210a24 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,6 +34,7 @@ 'sphinx.ext.todo', 'sphinx_copybutton', 'myst_parser', + 'sphinxext-remoteliteralinclude', # 'sphinx_inline_tabs', # 'sphinx_reredirects', # 'sphinx_design', @@ -211,4 +212,4 @@ def setup(app): - app.add_css_file("custom.css") \ No newline at end of file + app.add_css_file("custom.css")