diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
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', |