diff options
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index e3715937d..883e1240e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,13 +29,9 @@ author = "team"  # ones.  extensions = [      "sphinx_markdown_tables", +    "recommonmark"  ] -source_parsers = { -    ".md": "recommonmark.parser.CommonMarkParser", -} - -  # Add any paths that contain templates here, relative to this directory.  templates_path = ["_templates"]  | 
