cleaned up conf.py

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-05-10 00:16:44 +02:00
parent ff897848ea
commit eba8b92209

View File

@ -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:
#