From bd8e4ea0c81edd9d88528ef06a47d40f53fa060b Mon Sep 17 00:00:00 2001 From: Oliver Laslett Date: Fri, 26 Feb 2016 13:34:41 +0000 Subject: [PATCH] Added yml to build docs --- doc/environment.yml | 12 ++++++++++++ readthedocs.yml | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 doc/environment.yml create mode 100644 readthedocs.yml diff --git a/doc/environment.yml b/doc/environment.yml new file mode 100644 index 00000000..c1a72715 --- /dev/null +++ b/doc/environment.yml @@ -0,0 +1,12 @@ +# name of the conda environment +name: fidimag_docs + +# add channel for pandoc +channels: + - asmeurer + +dependencies: + - pandoc + - nbformat + - pip: + - nbsphinx diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000..687a1f6d --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,7 @@ +# use conda to build the docs +conda: + file: doc/environment.yml + +# python version info +python: + version: 2