Change source_suffix type (it should be a dict)

This commit is contained in:
Ayaz Salikhov
2021-04-26 13:32:06 +03:00
parent ac969ae62a
commit 25ec447e26

View File

@@ -37,11 +37,10 @@ extensions = [
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
# The suffix(es) of source filenames. source_suffix = {
# You can specify multiple suffix as a list of string: '.rst': 'restructuredtext',
# '.md': 'markdown',
# source_suffix = ['.rst', '.md'] }
source_suffix = '.rst'
# The master toctree document. # The master toctree document.
master_doc = 'index' master_doc = 'index'