We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f49990a + 049083e commit cc10bb4Copy full SHA for cc10bb4
docs/source/conf.py
@@ -43,10 +43,7 @@
43
templates_path = ['_templates']
44
45
# The suffix(es) of source filenames.
46
-# You can specify multiple suffix as a list of string:
47
-#
48
-# source_suffix = ['.rst', '.md']
49
-source_suffix = ['.rst', '.ipynb']
+source_suffix = {'.rst': 'restructuredtext'}
50
51
# The master toctree document.
52
master_doc = 'index'
0 commit comments