https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 1d4fe316d8fcdf64c0abb8abf57e3c909437f85c authored by Isaac Overcast on 03 May 2018, 17:06:06 UTC
"Updating ipyrad/__init__.py to version - 0.7.24
Tip revision: 1d4fe31
requirements_rtd.txt
# The requirements for a ReadTheDocs build only. This file includes
# the subset of the ``requirements.txt`` packages which are required
# for documentation generation.
#
# This requirement subset works around the following problems:
#
# * ReadTheDocs build fails on cython, h5py, and mpi4py, since the
#   ReadTheDocs environment cannot build C extensions.
#

## what do we actually need to build the docs?

ipython
ipyparallel
nbconvert 

#ipykernel
#notebook
#jupyter>=1.0.0

back to top