Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bootstrap theme is required for building the help page
  • Loading branch information
josenavas committed Aug 24, 2015
commit eb8d52c1c264521b6141361cb38bcecad8ca07a6
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,14 @@
]},
scripts=glob('scripts/*'),
extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock'],
'doc': ["Sphinx >= 1.2.2", "sphinx-bootstrap-theme"]},
'doc': ["Sphinx >= 1.2.2"]},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move Sphinx to the install_requires section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, once tests pass this is ready for merge!

On (Aug-24-15|15:57), Jose Navas wrote:

@@ -91,13 +91,14 @@
]},
scripts=glob('scripts/*'),
extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock'],

  •                  'doc': ["Sphinx >= 1.2.2", "sphinx-bootstrap-theme"]},
    
  •                  'doc': ["Sphinx >= 1.2.2"]},
    

Done


Reply to this email directly or view it on GitHub:
https://github.com/biocore/qiita/pull/1438/files#r37815230

install_requires=['psycopg2', 'click >= 3.3', 'future==0.13.0',
'bcrypt', 'pandas >= 0.15', 'numpy >= 1.7',
'tornado==3.1.1', 'toredis', 'redis',
'ipython[all] >= 2.4.1, < 2.5', 'pyparsing',
'h5py >= 2.3.1', 'biom-format', 'natsort', 'networkx',
'scikit-bio >= 0.2.3, < 0.3.0', 'wtforms == 2.0.1',
'qiime >= 1.9.0, < 1.10.0', 'moi >= 0.2.0, < 0.3.0'],
'qiime >= 1.9.0, < 1.10.0', 'moi >= 0.2.0, < 0.3.0',
'sphinx-bootstrap-theme'],
classifiers=classifiers
)