From: Laszlo Boszormenyi (GCS) Date: Tue, 22 Sep 2020 17:29:12 +0000 (+0100) Subject: all Sphinx version build docs X-Git-Tag: archive/raspbian/1.30.2-2.1+rpi1~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b3e0209f880ce6c217462908c864a5362ec6ca3b;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 ()