Skip to content

Commit

Permalink
Use sphinx-1.6.2 for building docs
Browse files Browse the repository at this point in the history
Closes coala#1554
  • Loading branch information
userzimmermann committed Jul 16, 2017
1 parent 790a3a9 commit c9be1bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ test:
parallel: true
# sphinx fails with python 3.5.1 due to an issue in typing package,
# and node 1 has python 3.4.3
- ? |
if [ $CIRCLE_NODE_INDEX == 1 ] ; then
pip install -r docs-requirements.txt
fi
:
parallel: true
- ? |
if [ $CIRCLE_NODE_INDEX == 1 ] ; then
python setup.py docs
Expand Down
3 changes: 2 additions & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx==1.3.5
sphinx~=1.6.2
sphinx_rtd_theme~=0.2.4

0 comments on commit c9be1bf

Please sign in to comment.