From 7e2fba9abe23e9b627423768dd33ec4886403ba5 Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 3 Mar 2023 15:07:47 +0100 Subject: doc: extensions cleanup --- doc/conf.py | 3 --- doc/requirements.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 5c845c7f8..cc84ade50 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -189,12 +189,9 @@ extensions = [ 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', - # BuildTheDocs extensions 'btd.sphinx.autoprogram', - # Other extensions -# 'recommonmark', 'exec', 'sphinx_fontawesome', 'sphinx_autodoc_typehints', diff --git a/doc/requirements.txt b/doc/requirements.txt index 11800c41d..494fc99b2 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,9 +4,6 @@ sphinx python-dateutil>=2.8.2 # Sphinx Extenstions -# sphinxcontrib-textstyle>=0.2.1 -# sphinxcontrib-spelling>=2.2.0 -# changelog>=0.3.5 autoapi>=2.0.1 sphinx_fontawesome>=0.0.6 sphinx_autodoc_typehints>=1.19.5 -- cgit v1.2.3