Skip to content

Commit

Permalink
Added readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
js-dieu committed Feb 9, 2020
1 parent c235088 commit f94e1a4
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

conda:
environment: docs/env.yml
78 changes: 78 additions & 0 deletions docs/env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
name: /tmp/docenv
channels:
- conda-forge
- defaults
dependencies:
- alabaster=0.7.12=py37_0
- asn1crypto=1.3.0=py37_0
- babel=2.8.0=py_0
- ca-certificates=2020.1.1=0
- cairo=1.14.12=hc4e6be7_4
- certifi=2019.11.28=py37_0
- cffi=1.13.2=py37hb5b8e2f_0
- chardet=3.0.4=py37_1003
- cryptography=2.8=py37ha12b0ac_0
- docutils=0.16=py37_0
- expat=2.2.6=h0a44026_0
- fontconfig=2.13.0=h5d5b041_1
- freetype=2.9.1=hb4e5f40_0
- fribidi=1.0.5=h1de35cc_0
- gettext=0.19.8.1=h15daf44_3
- glib=2.63.1=hd977a24_0
- graphite2=1.3.13=h2098e52_0
- graphviz=2.40.1=hefbbd9a_2
- harfbuzz=1.8.8=hb8d4a28_0
- icu=58.2=h4b95b61_1
- idna=2.8=py37_0
- imagesize=1.2.0=py_0
- jinja2=2.11.1=py_0
- jpeg=9b=he5867d9_2
- libcxx=4.0.1=hcfea43d_1
- libcxxabi=4.0.1=hcfea43d_1
- libedit=3.1.20181209=hb402a30_0
- libffi=3.2.1=h475c297_4
- libiconv=1.15=hdd342a3_7
- libpng=1.6.37=ha441bb4_0
- libtiff=4.1.0=hcb84e12_0
- libxml2=2.9.9=hf6e021a_1
- make=4.2.1=h3efe00b_1
- markupsafe=1.1.1=py37h1de35cc_0
- ncurses=6.1=h0a44026_1
- openssl=1.1.1d=h1de35cc_3
- packaging=20.1=py_0
- pango=1.42.4=h060686c_0
- pcre=8.43=h0a44026_0
- pip=20.0.2=py37_1
- pixman=0.38.0=h1de35cc_0
- pycparser=2.19=py37_0
- pygments=2.5.2=py_0
- pygraphviz=1.3=py37h1de35cc_1
- pyopenssl=19.1.0=py37_0
- pyparsing=2.4.6=py_0
- pysocks=1.7.1=py37_0
- python=3.7.6=h359304d_2
- pytz=2019.3=py_0
- readline=7.0=h1de35cc_5
- requests=2.22.0=py37_1
- semantic_version=2.6.0=py37_0
- setuptools=45.1.0=py37_0
- six=1.14.0=py37_0
- snowballstemmer=2.0.0=py_0
- sphinx=2.3.1=py_0
- sphinx-releases=1.6.1=py_0
- sphinx_rtd_theme=0.4.3=py_0
- sphinxcontrib-applehelp=1.0.1=py_0
- sphinxcontrib-devhelp=1.0.1=py_0
- sphinxcontrib-htmlhelp=1.0.2=py_0
- sphinxcontrib-jsmath=1.0.1=py_0
- sphinxcontrib-qthelp=1.0.2=py_0
- sphinxcontrib-serializinghtml=1.1.3=py_0
- sqlite=3.31.1=ha441bb4_0
- tk=8.6.8=ha441bb4_0
- urllib3=1.25.8=py37_0
- wheel=0.34.2=py37_0
- xz=5.2.4=h1de35cc_4
- zlib=1.2.11=h1de35cc_3
- zstd=1.3.7=h5bba6e5_0
prefix: /tmp/docenv

0 comments on commit f94e1a4

Please sign in to comment.