From 14b67a0464e293576bf97d1452c05a13dfc5eab5 Mon Sep 17 00:00:00 2001 From: Timotheus Kampik Date: Wed, 9 Jan 2019 16:44:00 +0100 Subject: [PATCH] Update Markdown doc (#5913) * update Markdown doc after relase of ecommonmark version 0.5.0 --- doc/usage/markdown.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/usage/markdown.rst b/doc/usage/markdown.rst index 7593ea6b0..3ab88ddad 100644 --- a/doc/usage/markdown.rst +++ b/doc/usage/markdown.rst @@ -22,18 +22,14 @@ Configuration 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:: The configuration as explained here requires recommonmark version - 0.5.0.dev or higher, which is at the time of writing not available on - 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 + 0.5.0 or later. #. Add *recommonmark* to the :confval:`list of configured extensions `::