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.
1 parent e5d7528 commit 0ab3cc5Copy full SHA for 0ab3cc5
docs/conf.py
@@ -36,6 +36,7 @@
36
'sphinx.ext.intersphinx',
37
'sphinx.ext.mathjax',
38
'sphinx.ext.napoleon',
39
+ 'myst_parser',
40
]
41
42
# Add any paths that contain templates here, relative to this directory.
@@ -44,7 +45,7 @@
44
45
# The suffix(es) of source filenames.
46
# You can specify multiple suffix as a list of string:
47
#
-source_suffix = ['.rst', '.md', '.ipynb']
48
+source_suffix = ['.rst', '.md']
49
50
# The master toctree document.
51
master_doc = 'index'
docs/requirements-doc.txt
@@ -2,3 +2,4 @@ Sphinx>=1.7
2
sphinx-book-theme
3
mock
4
moto
5
+myst-parser
0 commit comments