aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2016-02-22 18:46:05 -0800
committerGravatar Nathaniel Manista <nathaniel@google.com>2016-02-22 18:46:05 -0800
commitfe9ef1eeca56c49a6bcbc54529f457a86b9b766d (patch)
tree3f7680369df6a178bd3a7ff1b2ad23cb3a400438 /setup.py
parentf928c4bee57ea23530fce0f6c5bdb06e379b6a02 (diff)
parent3ee1f9b7784b680b03d28d92efdffae9b7ad476d (diff)
Merge pull request #5362 from soltanmm/updoc
Update Python docgen.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index cfb578e215..cf5ab4920f 100644
--- a/setup.py
+++ b/setup.py
@@ -154,6 +154,7 @@ INSTALL_REQUIRES = (
SETUP_REQUIRES = (
'sphinx>=1.3',
+ 'sphinx_rtd_theme>=0.1.8'
) + INSTALL_REQUIRES
COMMAND_CLASS = {