docs: make Sphinx install soft fail on Python 2.

This commit is contained in:
David Wilson 2019-08-11 10:14:47 +01:00
parent 9b45872246
commit 9b9fe57ea8
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Sphinx==2.1.2
sphinxcontrib-programoutput==0.14
alabaster==0.7.10
Sphinx==2.1.2; python_version > '3.0'
sphinxcontrib-programoutput==0.14; python_version > '3.0'
alabaster==0.7.10; python_version > '3.0'