From d9a352be388e8f1b88c87af3240816f4381ec3fc Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 5 Jan 2021 00:49:56 +0100 Subject: Tiny modifications. --- doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 7eaf6c9e1..20b75ff6e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,8 +49,8 @@ master_doc = 'index' # The suffix(es) of source filenames. source_suffix = { '.rst': 'restructuredtext', - # '.txt': 'markdown', - '.md': 'markdown', +# '.txt': 'markdown', +# '.md': 'markdown', } # Add any paths that contain templates here, relative to this directory. @@ -184,7 +184,7 @@ extensions = [ 'btd.sphinx.inheritance_diagram', # Other extensions - 'recommonmark', +# 'recommonmark', 'exec', # 'DocumentMember', 'sphinx_fontawesome', -- cgit v1.2.3