Skip to content

Commit

Permalink
Newer version of sphinx-markdown-tables (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclyn-taroni committed Sep 24, 2018
1 parent 5320282 commit 11b97f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#
# source_suffix = ['.rst', '.md']
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
'.md': CommonMarkParser,
}

source_suffix = ['.rst', '.md']
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ six==1.11.0
snowballstemmer==1.2.1
Sphinx==1.7.6
sphinx-autobuild==0.7.1
sphinx-markdown-tables==0.0.8
sphinx-markdown-tables==0.0.9
sphinxcontrib-websupport==1.1.0
tornado==5.1
typing==3.6.4
Expand Down

0 comments on commit 11b97f3

Please sign in to comment.