Update sphinx from 2.4.4 to 3.0.0

This commit is contained in:
browniebroke 2020-04-06 12:00:30 +01:00
parent 83f52c7933
commit bd104afb3d

View File

@ -2,7 +2,7 @@
Werkzeug==1.0.1 # https://github.com/pallets/werkzeug
ipdb==0.13.2 # https://github.com/gotcha/ipdb
Sphinx==2.4.4 # https://github.com/sphinx-doc/sphinx
Sphinx==3.0.0 # https://github.com/sphinx-doc/sphinx
{%- if cookiecutter.use_docker == 'y' %}
psycopg2==2.8.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
{%- else %}