Skip to content

Commit 118bf58

Browse files
committed
Pin commonmark to 0.5.5 in the docs too
0.6 changes API and breaks things so make sure users are installing the right version.
1 parent 60147c1 commit 118bf58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are a couple of extra dependencies you will also need to build the Markdow
3131

3232
.. code-block:: bash
3333
34-
$ sudo pip install recommonmark commonmark
34+
$ sudo pip install recommonmark commonmark==0.5.5
3535
3636
You can then build the docs with:
3737

source/contributing/github.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You also need *python-sphinx* installed; some Linux distributions have this in t
2121

2222
.. code-block:: bash
2323
24-
$ pip install -U Sphinx recommonmark commonmark
24+
$ pip install -U Sphinx recommonmark commonmark==0.5.5
2525
2626
GitHub's Two-Factor Authentication
2727
----------------------------------

0 commit comments

Comments
 (0)