From eb5878734c81507b53bbfbfdb772251742423ca4 Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Wed, 22 Nov 2023 22:33:14 +0000 Subject: [PATCH] Amend --- docs/source/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 97957a0d..8b8c7c0e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,9 +52,9 @@ epub_show_urls = "footnote" -def setup(app): - def rst_jinja_render(app, _, source): - rst_context = {"benchmarl": benchmarl} - source[0] = app.builder.templates.render_string(source[0], rst_context) - - app.connect("source-read", rst_jinja_render) +# def setup(app): +# def rst_jinja_render(app, _, source): +# rst_context = {"benchmarl": benchmarl} +# source[0] = app.builder.templates.render_string(source[0], rst_context) +# +# app.connect("source-read", rst_jinja_render)