Skip to content

Commit 0ab3cc5

Browse files
authored
changelog markdown (#59)
1 parent e5d7528 commit 0ab3cc5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'sphinx.ext.intersphinx',
3737
'sphinx.ext.mathjax',
3838
'sphinx.ext.napoleon',
39+
'myst_parser',
3940
]
4041

4142
# Add any paths that contain templates here, relative to this directory.
@@ -44,7 +45,7 @@
4445
# The suffix(es) of source filenames.
4546
# You can specify multiple suffix as a list of string:
4647
#
47-
source_suffix = ['.rst', '.md', '.ipynb']
48+
source_suffix = ['.rst', '.md']
4849

4950
# The master toctree document.
5051
master_doc = 'index'

docs/requirements-doc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Sphinx>=1.7
22
sphinx-book-theme
33
mock
44
moto
5+
myst-parser

0 commit comments

Comments
 (0)