Skip to content

Commit

Permalink
Added yml to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Laslett authored and Oliver Laslett committed Feb 26, 2016
1 parent fde90cb commit bd8e4ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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
7 changes: 7 additions & 0 deletions readthedocs.yml
@@ -0,0 +1,7 @@
# use conda to build the docs
conda:
file: doc/environment.yml

# python version info
python:
version: 2

0 comments on commit bd8e4ea

Please sign in to comment.