Skip to content

Commit 5a2b7cb

Browse files
committed
Update docs for building with markdown
1 parent 4911600 commit 5a2b7cb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/intro/getting-started-with-sphinx.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,7 @@ Then in your ``conf.py``:
9696

9797
.. code-block:: python
9898
99-
from recommonmark.parser import CommonMarkParser
100-
101-
source_parsers = {
102-
'.md': CommonMarkParser,
103-
}
104-
105-
source_suffix = ['.rst', '.md']
99+
extensions = ['recommonmark']
106100
107101
.. warning:: Markdown doesn't support a lot of the features of Sphinx,
108102
like inline markup and directives. However, it works for

0 commit comments

Comments
 (0)