Skip to content

Commit 5747b1b

Browse files
authored
Merge pull request readthedocs#5415 from stsewd/update-docs-markdown
Update docs for building with markdown
2 parents b02baab + 5a2b7cb commit 5747b1b

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)