Added table support

This commit is contained in:
Simon Beginn
2020-08-01 14:36:34 +02:00
parent 5cdbf2b730
commit 702c905185
3 changed files with 46 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ import os
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['recommonmark', 'sphinx-markdown-tables']
extensions = ['recommonmark', 'sphinx_markdown_tables']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']