From 7d0e4d3f6b018f74982c0fee6ec7c889e22a8be5 Mon Sep 17 00:00:00 2001 From: James Kerns Date: Thu, 22 Jan 2015 18:49:40 -0600 Subject: [PATCH] added napoleon to setup in attempt to get RTD working --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07a8828e5..25b7c00a7 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,8 @@ "scipy >= 0.13", "pydicom >= 0.9.9", "matplotlib >= 1.3.1", - "Pillow >= 2.5"], + "Pillow >= 2.5", + "sphinxcontrib-napoleon"], test_suite='tests._test_all', classifiers=[ "Development Status :: 4 - Beta",