From a3b20ace9440a34bdabaeb6e0242c217dc6c1fc4 Mon Sep 17 00:00:00 2001 From: Kevin Schwarzwald Date: Thu, 15 Feb 2024 17:53:01 -0500 Subject: [PATCH] attempt doc build.os fix --- readthedocs.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 5965595..18498d4 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,10 +1,20 @@ +# Required +version: 2 + +# Set OS, python versions +build: + os: ubuntu-22.04 + tools: + python: "3.12" + conda: file: docs/docenvironment.yml -python: - version: 3.12 - install: - - method: setuptools - path: package + +#python: +# version: 3.12 +# install: +# - method: setuptools +# path: package sphinx: fail_on_warning: False configuration: docs/conf.py \ No newline at end of file