Skip to content

Commit

Permalink
Add sphinx-markdown-tables (streamlit#1343)
Browse files Browse the repository at this point in the history
* Adding markdown support.

* Adding sphinx-markdown-tables to the pip file.
  • Loading branch information
erikhopf authored Apr 14, 2020
1 parent e1431cf commit 738736c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"sphinx.ext.napoleon",
"recommonmark",
"stoutput",
'sphinx_markdown_tables'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 1 addition & 0 deletions lib/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ wheel = "*"
Sphinx = "==1.8.5"
sphinx-rtd-theme = "*"
recommonmark = "*"
sphinx-markdown-tables = "*"
# Packages used in unit tests:
matplotlib = "*"
plotly = "*"
Expand Down

0 comments on commit 738736c

Please sign in to comment.