Skip to content

Commit

Permalink
changelog markdown (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored May 18, 2020
1 parent e5d7528 commit 0ab3cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
'myst_parser',
]

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

# The master toctree document.
master_doc = 'index'
Expand Down
1 change: 1 addition & 0 deletions docs/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Sphinx>=1.7
sphinx-book-theme
mock
moto
myst-parser

0 comments on commit 0ab3cc5

Please sign in to comment.