docs: make Sphinx install soft fail on Python 2.
This commit is contained in:
parent
9b45872246
commit
9b9fe57ea8
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue