Skip to content

Commit

Permalink
Sphinx 1.4 breaks build
Browse files Browse the repository at this point in the history
There is probably a better fix for this, but for now we aren't ready for
Sphinx 1.4.
  • Loading branch information
LinuxJedi committed Jun 17, 2016
1 parent 1beb4c2 commit 8bca66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
python: "3.4"

before_install:
- pip install Sphinx commonmark==0.5.5 recommonmark
- pip install Sphinx<1.4 commonmark==0.5.5 recommonmark

script:
- ".ci/${CI_TARGET}.sh"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Alternatively it can be installed with Python's pip package manager:

.. code-block:: bash
$ sudo pip install Sphinx
$ sudo pip install Sphinx<1.4
There are a couple of extra dependencies you will also need to build the Markdown parts of the documentation:

Expand Down

0 comments on commit 8bca66e

Please sign in to comment.