We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60147c1 commit 118bf58Copy full SHA for 118bf58
README.rst
@@ -31,7 +31,7 @@ There are a couple of extra dependencies you will also need to build the Markdow
31
32
.. code-block:: bash
33
34
- $ sudo pip install recommonmark commonmark
+ $ sudo pip install recommonmark commonmark==0.5.5
35
36
You can then build the docs with:
37
source/contributing/github.rst
@@ -21,7 +21,7 @@ You also need *python-sphinx* installed; some Linux distributions have this in t
21
22
23
24
- $ pip install -U Sphinx recommonmark commonmark
+ $ pip install -U Sphinx recommonmark commonmark==0.5.5
25
26
GitHub's Two-Factor Authentication
27
----------------------------------
0 commit comments