Skip to content

Commit eb8d52c

Browse files
committed
bootstrap theme is required for building the help page
1 parent 445cbcb commit eb8d52c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,14 @@
9191
]},
9292
scripts=glob('scripts/*'),
9393
extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock'],
94-
'doc': ["Sphinx >= 1.2.2", "sphinx-bootstrap-theme"]},
94+
'doc': ["Sphinx >= 1.2.2"]},
9595
install_requires=['psycopg2', 'click >= 3.3', 'future==0.13.0',
9696
'bcrypt', 'pandas >= 0.15', 'numpy >= 1.7',
9797
'tornado==3.1.1', 'toredis', 'redis',
9898
'ipython[all] >= 2.4.1, < 2.5', 'pyparsing',
9999
'h5py >= 2.3.1', 'biom-format', 'natsort', 'networkx',
100100
'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'],
101+
'qiime >= 1.9.0, < 1.10.0', 'moi >= 0.2.0, < 0.3.0',
102+
'sphinx-bootstrap-theme'],
102103
classifiers=classifiers
103104
)

0 commit comments

Comments
 (0)