mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#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:
parent
d14e950881
commit
20c9489828
@ -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>`::
|
||||
|
Loading…
Reference in New Issue
Block a user