From: Laszlo Boszormenyi (GCS) Date: Fri, 24 Jul 2020 15:28:01 +0000 (+0100) Subject: all Sphinx version build docs X-Git-Tag: archive/raspbian/1.30.2-2.1+rpi1~1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e0de189b23335c2dcb91034546710a3b079cec6;p=grpc.git all Sphinx version build docs Bug-Debian: https://bugs.debian.org/955064 Forwarded: no Last-Update: 2020-06-12 Gbp-Pq: Name unversion_sphinx.patch --- diff --git a/setup.py b/setup.py index 2379703e..f4867d93 100644 --- a/setup.py +++ b/setup.py @@ -357,7 +357,7 @@ INSTALL_REQUIRES = ( ) SETUP_REQUIRES = INSTALL_REQUIRES + ( - 'Sphinx~=1.8.1', + 'Sphinx', 'six>=1.10', ) if ENABLE_DOCUMENTATION_BUILD else ()