Skip to content

Commit

Permalink
Pins Sphinx to 1.5.6 while pyeve#333 is an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Oct 3, 2017
1 parent 17e786b commit 331c56b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM funkyfuture/nest-of-serpents
ENTRYPOINT tox
WORKDIR /src

RUN pip3.6 install flake8 pytest tox PyYAML Sphinx \
RUN pip3.6 install flake8 pytest tox PyYAML Sphinx==1.5.6 \
&& mkdir /home/tox \
&& mv /root/.cache /home/tox/

Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
@@ -1,3 +1,3 @@
# requirements to build documentation
Sphinx
Sphinx~=1.5.6
sphinxcontrib-issuetracker
6 changes: 2 additions & 4 deletions tox.ini
Expand Up @@ -10,16 +10,14 @@ deps=flake8
commands=flake8 cerberus

[testenv:doclinks]
deps=Sphinx
sphinxcontrib-issuetracker
deps=-rrequirements-docs.txt
whitelist_externals=make
changedir=docs
commands=make linkcheck

[testenv:doctest]
deps=PyYAML
Sphinx
sphinxcontrib-issuetracker
-rrequirements-docs.txt
whitelist_externals=make
changedir=docs
commands=make doctest
Expand Down

0 comments on commit 331c56b

Please sign in to comment.