From d4a6079c42b249a5fc9d208b0341216e19fc60ab Mon Sep 17 00:00:00 2001 From: Murat Bilgel Date: Thu, 12 Sep 2024 19:12:05 -0400 Subject: [PATCH] change readthedocs to use macos --- .readthedocs.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 088c12c..007ab4c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,10 +1,8 @@ version: 2 build: - os: ubuntu-22.04 + os: macos-latest tools: - python: "3.11" - apt_packages: - - r-base-core + python: "3.12" sphinx: configuration: docs/conf.py formats: all