From 4032efbc618ce0da203731839e714de524486e35 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 15 Feb 2014 23:17:34 -0800 Subject: [PATCH] Add extra 'docs' requirements. --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index 3b6b11ea..603aa34a 100644 --- a/setup.py +++ b/setup.py @@ -83,6 +83,13 @@ requires = [ extras = { + 'docs': [ + # + # package # low high + + 'Sphinx', # 1.2 + ], + 'tests': [ # # package # low high