Update sphinx from 1.8.5 to 2.0.0

This commit is contained in:
browniebroke 2019-03-29 11:00:31 +00:00
parent 2dfcceeb0a
commit 3b6f73afb2

View File

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