Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #280 from LinuxJedi/fix_build
Browse files Browse the repository at this point in the history
Sphinx 1.4 breaks build
  • Loading branch information
LinuxJedi authored Jun 17, 2016
2 parents 1beb4c2 + 835eb3d commit e69d364
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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 -r requirements.txt

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

.. code-block:: bash
$ sudo pip install Sphinx
$ sudo pip install -r requirements.txt
There are a couple of extra dependencies you will also need to build the Markdown parts of the documentation:
There are a couple of extra dependencies you will also need to build the Markdown parts of the documentation, these are automatically installed with the pip command above:

.. code-block:: bash
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx<=1.3.6
commonmark==0.5.5
recommonmark

0 comments on commit e69d364

Please sign in to comment.