From: Laszlo Boszormenyi (GCS) Date: Thu, 4 Feb 2021 09:44:30 +0000 (+0000) Subject: all Sphinx version build docs X-Git-Tag: archive/raspbian/1.30.2-3+rpi1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c3443dad5bc61d242aa2eb594887fb5586a22557;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 ()