Skip to content

Commit 1cf344b

Browse files
committed
Support markdown tables in readthedocs
1 parent 19bddfe commit 1cf344b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4040
# ones.
4141
extensions = [
42+
'sphinx_markdown_tables',
4243
]
4344

4445
# Add any paths that contain templates here, relative to this directory.

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sphinx
22
sphinx_rtd_theme
33
recommonmark
4-
4+
sphinx-markdown-tables

0 commit comments

Comments
 (0)