Skip to content

Commit

Permalink
simplify docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Feb 13, 2018
1 parent 543a5e6 commit eb18665
Showing 1 changed file with 13 additions and 87 deletions.
100 changes: 13 additions & 87 deletions readthedocs-env.yml
Original file line number Diff line number Diff line change
@@ -1,91 +1,17 @@
name: dedop-docs
channels:
- ccitools
- conda-forge
- defaults
dependencies:
- bleach=1.5.0=py35_0
- bokeh=0.12.4=py35_0
#- bzip2=1.0.6=vc14_3
- cate-util=0.8.0rc2=np111py35_0
- colorama=0.3.7=py35_0
- coverage=4.1=py35_0
- cycler=0.10.0=py35_0
- decorator=4.0.11=py35_0
- entrypoints=0.2.2=py35_1
#- freetype=2.5.5=vc14_2
- html5lib=0.999=py35_0
#- icu=57.1=vc14_0
- ipykernel=4.5.2=py35_0
- ipython=5.3.0=py35_0
- ipython_genutils=0.1.0=py35_0
- ipywidgets=5.2.2=py35_1
- jinja2=2.9.5=py35_0
#- jpeg=9b=vc14_0
- jsonschema=2.5.1=py35_0
- jupyter_client=5.0.0=py35_0
- jupyter_core=4.3.0=py35_0
#- libpng=1.6.27=vc14_0
#- libtiff=4.0.6=vc14_3
- markupsafe=0.23=py35_2
- matplotlib=1.5.3=np111py35_1
- mistune=0.7.3=py35_0
- mkl=2017.0.1=0
- nbconvert=5.1.1=py35_0
- nbformat=4.3.0=py35_0
- netcdf4=1.2.2=np111py35_0
- notebook=4.4.1=py35_0
#- numexpr=2.6.2=np111py35_0
- numpy=1.11.3=py35_0
- olefile=0.44=py35_0
#- openssl=1.0.2k=vc14_0
- pandocfilters=1.4.1=py35_0
- path.py=10.1=py35_0
- pickleshare=0.7.4=py35_0
# readthedocs has a hard dependency on pillow 3.0.0
# https://github.com/rtfd/readthedocs.org/issues/2594
- pillow=3.0.0=py35_1
- pip=8.1.2=py35_0
- prompt_toolkit=1.0.9=py35_0
- py=1.4.31=py35_0
- pygments=2.2.0=py35_0
- pyparsing=2.1.4=py35_0
- pyproj=1.9.5.1=py35_0
- pyqt=5.6.0=py35_2
- pytest=2.9.2=py35_0
- pytest-cov=2.2.1=py35_0
- python=3.5.3=0
- python-dateutil=2.6.0=py35_0
- pytz=2016.10=py35_0
- pyyaml=3.12=py35_0
- pyzmq=16.0.2=py35_0
#- qt=5.6.2=vc14_3
- requests=2.13.0=py35_0
- scipy=0.18.1=np111py35_1
- setuptools=23.0.0=py35_0
- simplegeneric=0.8.1=py35_1
- sip=4.18=py35_0
- six=1.10.0=py35_0
- testpath=0.3=py35_0
#- tk=8.5.18=vc14_0
- tornado=4.4.2=py35_0
- traitlets=4.3.2=py35_0
#- vs2015_runtime=14.0.25123=0
- wcwidth=0.1.7=py35_0
- wheel=0.29.0=py35_0
- widgetsnbextension=1.2.6=py35_0
#- win_unicode_console=0.5=py35_0
#- zlib=1.2.8=vc14_3
#
# readthedocs specidifc
#
# for mocking all libraries we DON'T want/cant require
- mock
# sphinx
- sphinx>=1.4
- sphinx_rtd_theme=0.1.9
# v 0.2.0 of sphinx-argparse needs a greater commonmark version than rtd
- sphinx-argparse==0.1.17
# required by the RTD server
- mkdocs
- pip:
- sphinx_autodoc_annotation
# rdt requires "sphinx_rtd_theme ==0.1.7" which is not available for python 3.6 yet.
- python=3.5*
#
# for testing
#
- pytest
- pytest-cov
- tornado
# v 0.2.0 of sphinx-argparse needs a greater commonmark-parser version than rtd
- sphinx-argparse ==0.1.17
- pip:
- sphinx_autodoc_annotation

0 comments on commit eb18665

Please sign in to comment.