From 3c62b9cada3f4c603cf17b3ab47259fc9d3ff131 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Fri, 30 Mar 2018 06:17:44 -0400 Subject: [PATCH] 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 -- 2.39.5