Skip to content

Commit

Permalink
Trying the make the doc build again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Sebastien Dieu committed Feb 20, 2020
1 parent deeed4c commit f933077
Showing 1 changed file with 40 additions and 74 deletions.
114 changes: 40 additions & 74 deletions docs/env.yml
Original file line number Diff line number Diff line change
@@ -1,76 +1,42 @@
name: /tmp/docenv
name: docenv

channels:
- conda-forge
- defaults
dependencies:
- alabaster=0.7.12
- asn1crypto=1.3.0
- babel=2.8.0
- ca-certificates=2020.1.1
- cairo=1.14.12
- certifi=2019.11.28
- cffi=1.13.2
- chardet=3.0.4
- cryptography=2.8
- docutils=0.16
- expat=2.2.6
- fontconfig=2.13.0
- freetype=2.9.1
- fribidi=1.0.5
- gettext=0.19.8.1
- glib=2.63.1
- graphite2=1.3.13
- graphviz=2.40.1
- harfbuzz=1.8.8
- icu=58.2
- idna=2.8
- imagesize=1.2.0
- jinja2=2.11.1
- jpeg=9b
- libedit=3.1.20181209
- libffi=3.2.1
- libiconv=1.15
- libpng=1.6.37
- libtiff=4.1.0
- libxml2=2.9.9
- make=4.2.1
- markupsafe=1.1.1
- ncurses=6.1
- openssl=1.1.1d
- packaging=20.1
- pango=1.42.4
- pcre=8.43
- pip=20.0.2
- pixman=0.38.0
- pycparser=2.19
- pygments=2.5.2
- pygraphviz=1.3
- pyopenssl=19.1.0
- pyparsing=2.4.6
- pysocks=1.7.1
- python=3.7.6
- pytz=2019.3
- readline=7.0
- requests=2.22.0
- semantic_version=2.6.0
- setuptools=45.1.0
- six=1.14.0
- snowballstemmer=2.0.0
- sphinx=2.3.1
- sphinx-releases=1.6.1
- sphinx_rtd_theme=0.4.3
- sphinxcontrib-applehelp=1.0.1
- sphinxcontrib-devhelp=1.0.1
- sphinxcontrib-htmlhelp=1.0.2
- sphinxcontrib-jsmath=1.0.1
- sphinxcontrib-qthelp=1.0.2
- sphinxcontrib-serializinghtml=1.1.3
- sqlite=3.31.1
- tk=8.6.8
- urllib3=1.25.8
- wheel=0.34.2
- xz=5.2.4
- zlib=1.2.11
- zstd=1.3.7
prefix: /tmp/docenv
- anaconda

dependencies:
- python==3.7
- pip:
- alabaster==0.7.12
- asn1crypto==1.3.0
- Babel==2.8.0
- certifi==2019.11.28
- cffi==1.13.2
- chardet==3.0.4
- cryptography==2.8
- docutils==0.16
- idna==2.8
- imagesize==1.2.0
- Jinja2==2.11.1
- lz4==3.0.2
- MarkupSafe==1.1.1
- packaging==20.1
- pycparser==2.19
- Pygments==2.5.2
- pyOpenSSL==19.1.0
- pyparsing==2.4.6
- PySocks==1.7.1
- pytz==2019.3
- releases==1.6.1
- requests==2.22.0
- semantic-version==2.6.0
- six==1.14.0
- snowballstemmer==2.0.0
- Sphinx==2.3.1
- sphinx-rtd-theme==0.4.3
- sphinxcontrib-applehelp==1.0.1
- sphinxcontrib-devhelp==1.0.1
- sphinxcontrib-htmlhelp==1.0.2
- sphinxcontrib-jsmath==1.0.1
- sphinxcontrib-qthelp==1.0.2
- sphinxcontrib-serializinghtml==1.1.3
- urllib3==1.25.8

0 comments on commit f933077

Please sign in to comment.