We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9c9b8 commit d5446baCopy full SHA for d5446ba
doc/conf.py
@@ -27,10 +27,16 @@
27
28
# -- General configuration ---------------------------------------------------
29
30
+source_parsers = {
31
+ ".md": "recommonmark.parser.CommonMarkParser",
32
+}
33
+
34
+source_suffix = [".rst", ".md"]
35
36
# Add any Sphinx extension module names here, as strings. They can be
37
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
38
# ones.
-extensions = ["recommonmark"]
39
+extensions = ["recommonmark", "sphinx_markdown_tables"]
40
41
# Add any paths that contain templates here, relative to this directory.
42
templates_path = ["_templates"]
0 commit comments