Added tables?

This commit is contained in:
Simon Beginn
2020-08-01 14:24:58 +02:00
parent c719d483d7
commit 5cdbf2b730
2 changed files with 6 additions and 1 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']
extensions = ['recommonmark', 'sphinx-markdown-tables']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']