From 5a2b7cb422926f947c1e518aa2dbaa6834bc1517 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Wed, 6 Mar 2019 19:39:37 -0500 Subject: [PATCH] Update docs for building with markdown --- docs/intro/getting-started-with-sphinx.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/intro/getting-started-with-sphinx.rst b/docs/intro/getting-started-with-sphinx.rst index f2351752d5d..be504b47670 100644 --- a/docs/intro/getting-started-with-sphinx.rst +++ b/docs/intro/getting-started-with-sphinx.rst @@ -96,13 +96,7 @@ Then in your ``conf.py``: .. code-block:: python - from recommonmark.parser import CommonMarkParser - - source_parsers = { - '.md': CommonMarkParser, - } - - source_suffix = ['.rst', '.md'] + extensions = ['recommonmark'] .. warning:: Markdown doesn't support a lot of the features of Sphinx, like inline markup and directives. However, it works for