From 2a3e073e07633d270f5cfa58c9627a16c6dc14e4 Mon Sep 17 00:00:00 2001 From: Eljakim Herrewijnen Date: Thu, 29 Dec 2022 23:18:56 +0100 Subject: [PATCH] removed unnecessary extensions --- documentation/readthedocs/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/readthedocs/source/conf.py b/documentation/readthedocs/source/conf.py index 05abbc6..02585f4 100644 --- a/documentation/readthedocs/source/conf.py +++ b/documentation/readthedocs/source/conf.py @@ -16,8 +16,6 @@ author = 'Eljakim' extensions = [ 'myst_parser', 'sphinx_rtd_theme', 'sphinx.ext.todo', - 'sphinxcontrib.confluencebuilder', - "sphinxcontrib.drawio", ] templates_path = ['_templates']