Skip to content

Commit d5446ba

Browse files
authored
update readthedocs -format checker list table (#950)
* update readthedocs checker list table * Update readthedocs conf file for markdown tables * reformat conf.py
1 parent 8e9c9b8 commit d5446ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@
2727

2828
# -- General configuration ---------------------------------------------------
2929

30+
source_parsers = {
31+
".md": "recommonmark.parser.CommonMarkParser",
32+
}
33+
34+
source_suffix = [".rst", ".md"]
35+
3036
# Add any Sphinx extension module names here, as strings. They can be
3137
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3238
# ones.
33-
extensions = ["recommonmark"]
39+
extensions = ["recommonmark", "sphinx_markdown_tables"]
3440

3541
# Add any paths that contain templates here, relative to this directory.
3642
templates_path = ["_templates"]

0 commit comments

Comments
 (0)