From cabe8d8f10387b49b52488989554d2946caee5aa Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Wed, 31 Oct 2018 17:37:33 -0700 Subject: New Python documentation generation * Use templates instead of generating them every time * Theme changed * Add grpc_* modules * APIs grouped * No documentation for class members without docstring * Add docstring for status code --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8845bd46d2..80e50ca643 100644 --- a/setup.py +++ b/setup.py @@ -283,8 +283,7 @@ if not PY3: INSTALL_REQUIRES += ('futures>=2.2.0', 'enum34>=1.0.4') SETUP_REQUIRES = INSTALL_REQUIRES + ( - 'sphinx>=1.3', - 'sphinx_rtd_theme>=0.1.8', + 'Sphinx~=1.8.1', 'six>=1.10', ) if ENABLE_DOCUMENTATION_BUILD else () -- cgit v1.2.3