From: Laszlo Boszormenyi (GCS) Date: Sun, 25 Sep 2022 18:03:42 +0000 (+0100) Subject: all Sphinx version build docs X-Git-Tag: archive/raspbian/1.30.2-4+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7fb1aaf9ef5ef1b6e5e39046b268d1b74ea2b629;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 ()