From edff7f439ede21e590396a12344955853ef27d81 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 09:14:47 +0000 Subject: [PATCH 1/3] Initial plan From 55c25f190d08fe45ae41ef0eab388b1437ab4e59 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 09:18:08 +0000 Subject: [PATCH 2/3] Update .readthedocs.yaml to work with pyproject.toml build system Co-authored-by: Nikratio <701625+Nikratio@users.noreply.github.com> --- .readthedocs.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4837506..be6d968 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,10 +10,6 @@ build: jobs: post_checkout: - git fetch --unshallow - pre_install: - - pip install -r requirements.d/rtd.txt - - python setup.py build_cython - - python setup.py build_ext --inplace apt_packages: - build-essential - pkg-config From 16da8f37858d78d76188500dbc45e3825f4287fe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 09:30:16 +0000 Subject: [PATCH 3/3] Remove unnecessary post_checkout job from .readthedocs.yaml Co-authored-by: Nikratio <701625+Nikratio@users.noreply.github.com> --- .readthedocs.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index be6d968..45cbd40 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,6 @@ build: os: ubuntu-22.04 tools: python: "3.11" - jobs: - post_checkout: - - git fetch --unshallow apt_packages: - build-essential - pkg-config