We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bddfe commit 1cf344bCopy full SHA for 1cf344b
docs/conf.py
@@ -39,6 +39,7 @@
39
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
40
# ones.
41
extensions = [
42
+ 'sphinx_markdown_tables',
43
]
44
45
# Add any paths that contain templates here, relative to this directory.
docs/requirements.txt
@@ -1,4 +1,4 @@
1
sphinx
2
sphinx_rtd_theme
3
recommonmark
4
-
+sphinx-markdown-tables
0 commit comments