Update Markdown doc (#5913)

* update Markdown doc

after relase of ecommonmark version 0.5.0
This commit is contained in:
Timotheus Kampik 2019-01-09 16:44:00 +01:00 committed by GitHub
parent 8d3be1addb
commit 14b67a0464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,18 +22,14 @@ Configuration
To configure your Sphinx project for Markdown support, proceed as follows: To configure your Sphinx project for Markdown support, proceed as follows:
#. Install the Markdown parser *recommonmark* from its source on GitHub:: #. Install the Markdown parser *recommonmark*::
pip install git+https://github.com/rtfd/recommonmark pip install --upgrade recommonmark
.. note:: .. note::
The configuration as explained here requires recommonmark version The configuration as explained here requires recommonmark version
0.5.0.dev or higher, which is at the time of writing not available on 0.5.0 or later.
PyPI. If you want to use a released recommonmark version, follow the
instructions in the `Sphinx 1.8 documentation`__.
__ https://www.sphinx-doc.org/en/1.8/usage/markdown.html
#. Add *recommonmark* to the #. Add *recommonmark* to the
:confval:`list of configured extensions <extensions>`:: :confval:`list of configured extensions <extensions>`::