https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 5c67b47964794589ea13e3dd18edadbffeab64e3 authored by Isaac Overcast on 23 January 2018, 21:26:37 UTC
"Updating ipyrad/__init__.py to version - 0.7.21
Tip revision: 5c67b47
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