From 73a9d04c78fc3ccdfad9a975df4de03bb4f8cbbc Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 27 Jan 2016 17:08:13 +0000 Subject: [PATCH] Install the notebook package itself in the env for building docs --- readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 176c4bf60..d7245f77f 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,2 +1,5 @@ conda: file: docs/conda_env.yml +python: + version: 3 + setup_py_install: true