projects
/
grpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93fcab5
)
all Sphinx version build docs
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Tue, 22 Sep 2020 17:29:12 +0000
(18:29 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Tue, 22 Sep 2020 17:29:12 +0000
(18:29 +0100)
Bug-Debian: https://bugs.debian.org/955064
Forwarded: no
Last-Update: 2020-06-12
Gbp-Pq: Name unversion_sphinx.patch
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 2379703eb7dd18152deacc7985e5bb42549f6d88..f4867d939c9a4e8afb572f652fbb3853e8ba38f0 100644
(file)
--- 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 ()