From: Laszlo Boszormenyi (GCS) Date: Wed, 13 Jan 2021 21:53:15 +0000 (+0000) Subject: all Sphinx version build docs X-Git-Tag: archive/raspbian/1.30.2-2.1+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8d3b43dd0a049d5b1d209354ff1f7b4a7960425d;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 ()