From b90be2fcbcfd4805af230da5239b8d671e0ddeb3 Mon Sep 17 00:00:00 2001 From: jmcvey3 <53623232+jmcvey3@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:00:05 -0800 Subject: [PATCH] Fix readthedocs build --- .readthedocs.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5746ff48..ee810acb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,7 +2,7 @@ sphinx: configuration: docs/conf.py conda: - file: docs/environment.yml + environment: docs/environment.yml python: version: 3 diff --git a/docs/environment.yml b/docs/environment.yml index 57988f32..46781c21 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -3,7 +3,7 @@ channels: - defaults dependencies: - pip - - python>=3.6 + - python>=3.8 - pip: - alabaster>=0.7.12 - atomicwrites>=1.4.0