Merge pull request #1814 from pydanny/pyup-update-sphinx-1.8.0-to-1.8.1

Update sphinx to 1.8.1
This commit is contained in:
Bruno Alla 2018-09-24 00:25:32 +01:00 committed by GitHub
commit aafd1de765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Werkzeug==0.14.1 # https://github.com/pallets/werkzeug
ipdb==0.11 # https://github.com/gotcha/ipdb
Sphinx==1.8.0 # https://github.com/sphinx-doc/sphinx
Sphinx==1.8.1 # https://github.com/sphinx-doc/sphinx
{%- if cookiecutter.use_docker == 'y' %}
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
{%- else %}