Skip to content

Commit a03564a

Browse files
committed
Merge pull request #1438 from josenavas/fix-setup
bootstrap theme is required for building the help page
2 parents 445cbcb + d3f4746 commit a03564a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@
9090
'support_files/doc/source/_static/*.png'
9191
]},
9292
scripts=glob('scripts/*'),
93-
extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock'],
94-
'doc': ["Sphinx >= 1.2.2", "sphinx-bootstrap-theme"]},
93+
extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock']},
9594
install_requires=['psycopg2', 'click >= 3.3', 'future==0.13.0',
9695
'bcrypt', 'pandas >= 0.15', 'numpy >= 1.7',
9796
'tornado==3.1.1', 'toredis', 'redis',
9897
'ipython[all] >= 2.4.1, < 2.5', 'pyparsing',
9998
'h5py >= 2.3.1', 'biom-format', 'natsort', 'networkx',
10099
'scikit-bio >= 0.2.3, < 0.3.0', 'wtforms == 2.0.1',
101-
'qiime >= 1.9.0, < 1.10.0', 'moi >= 0.2.0, < 0.3.0'],
100+
'qiime >= 1.9.0, < 1.10.0', 'moi >= 0.2.0, < 0.3.0',
101+
'sphinx-bootstrap-theme', 'Sphinx >= 1.2.2'],
102102
classifiers=classifiers
103103
)

0 commit comments

Comments
 (0)