#5216 change recommonmark installation instruction

the pypi package has not been updated since January 2016;
it is better to install from source
This commit is contained in:
Timotheus Kampik 2018-12-23 10:43:39 +01:00
parent d14e950881
commit 20c9489828

View File

@ -22,9 +22,9 @@ Configuration
To configure your Sphinx project for Markdown support, proceed as follows:
#. Install the Markdown parser *recommonmark*::
#. Install the Markdown parser *recommonmark* from its source on GitHub::
pip install recommonmark
pip install git+https://github.com/rtfd/recommonmark
#. Add *recommonmark* to the
:confval:`list of configured extensions <extensions>`::