From 9d039229292c4f2612b6fa6243ceede5d9b89b8c Mon Sep 17 00:00:00 2001 From: james <81617086+je-cook@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:01:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20old=20directive=20addit?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documentation/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/source/conf.py b/documentation/source/conf.py index edf2d91c8d..b4d2820bf5 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -22,8 +22,6 @@ def setup(app): """Setup function for sphinx""" # https://stackoverflow.com/questions/14110790/numbered-math-equations-in-restructuredtext app.add_css_file("css/custom.css") - - app.add_directive("params", ParamsDirective) # app.add_config_value('extlinks', {}, 'env') # needed if extlinks extension removed app.connect('builder-inited', setup_link_roles) app.connect("autoapi-skip-member", SkipAlreadyDocumented())