Skip to content

Commit

Permalink
Add table support (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclyn-taroni committed Aug 27, 2018
1 parent 38382f7 commit e1453aa
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 @@ -44,6 +44,7 @@
'sphinx.ext.todo',
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx_markdown_tables',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -54,7 +55,7 @@
#
# source_suffix = ['.rst', '.md']
source_parsers = {
'.md': CommonMarkParser,
'.md': 'recommonmark.parser.CommonMarkParser',
}

source_suffix = ['.rst', '.md']
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +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
sphinxcontrib-websupport==1.1.0
tornado==5.1
typing==3.6.4
Expand Down

0 comments on commit e1453aa

Please sign in to comment.