From 617f170797240a90135ada2f0c09de657fb77dfd Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 05:13:46 +0000 Subject: [PATCH] Fix CI/CD issues: linting errors and test file corruption --- .readthedocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e07fa4d..00130f6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + sphinx: configuration: docs/conf.py python: - version: 3.8 + install: + - pip install -e ".[dev]"