From eba8b9220977a4e7de4b15f86031efdbc2bf1987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Tue, 10 May 2022 00:16:44 +0200 Subject: [PATCH] cleaned up conf.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- docs/root/source/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/root/source/conf.py b/docs/root/source/conf.py index 0e9dc83..5c082ea 100644 --- a/docs/root/source/conf.py +++ b/docs/root/source/conf.py @@ -23,7 +23,6 @@ import sys import inspect from os import rename, remove -#from recommonmark.parser import CommonMarkParser # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -62,7 +61,6 @@ extensions = [ 'sphinx.ext.viewcode', 'sphinx.ext.todo', 'sphinx.ext.napoleon', - #'sphinx.project', 'sphinxcontrib.httpdomain', 'aafigure.sphinxext', # Below are actually build steps made to look like sphinx extensions. @@ -101,10 +99,6 @@ autodoc_default_options = { 'members': None, } -#source_parsers = { -# '.md': CommonMarkParser, -#} - # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: #