mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Change source_suffix type (it should be a dict)
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user