From d2f29f86f49e26aadfede6257ed8bdcfbaaef4ab Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 29 Mar 2018 20:31:02 -0400 Subject: [PATCH 1/2] use conda for rtd --- docs/environment.yml | 9 +++++++++ readthedocs.yml | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/environment.yml create mode 100644 readthedocs.yml diff --git a/docs/environment.yml b/docs/environment.yml new file mode 100644 index 0000000..4e3aa00 --- /dev/null +++ b/docs/environment.yml @@ -0,0 +1,9 @@ +name: black_docs +channels: + - conda-forge +dependencies: +- python==3.6 +- Sphinx==1.7.2 +- pip: + - recommonmark==0.4.0 + - git+https://git@github.com/ambv/black.git \ No newline at end of file diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..bd33c28 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,6 @@ +name: jupyterhub +type: sphinx +conda: + file: docs/environment.yml +python: + version: 3 From 3c62b9cada3f4c603cf17b3ab47259fc9d3ff131 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Fri, 30 Mar 2018 06:17:44 -0400 Subject: [PATCH 2/2] float python in doc build --- docs/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment.yml b/docs/environment.yml index 4e3aa00..a60f92c 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -2,8 +2,8 @@ name: black_docs channels: - conda-forge dependencies: -- python==3.6 +- python>=3.6 - Sphinx==1.7.2 - pip: - recommonmark==0.4.0 - - git+https://git@github.com/ambv/black.git \ No newline at end of file + - git+https://git@github.com/ambv/black.git