#5216 add note regarding recommonmark version

This commit is contained in:
Timotheus Kampik
2018-12-23 17:27:54 +01:00
parent 20c9489828
commit 9583290653

View File

@@ -26,6 +26,15 @@ To configure your Sphinx project for Markdown support, proceed as follows:
pip install git+https://github.com/rtfd/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
#. Add *recommonmark* to the
:confval:`list of configured extensions <extensions>`::