From 3f8b7d159e6756a62cac7ebfebe649cdae4c71ef Mon Sep 17 00:00:00 2001 From: Dimitry Pinaev Date: Wed, 23 Jul 2025 23:10:53 +0200 Subject: [PATCH 1/2] Docs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ec4090302..31c015564 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,7 +18,7 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.12 install: - requirements: docs/requirements.txt From 24e4eaa447f5f3b9dc59c966c807da0985610d18 Mon Sep 17 00:00:00 2001 From: Dimitry Pinaev Date: Wed, 23 Jul 2025 23:17:05 +0200 Subject: [PATCH 2/2] fix --- .readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 31c015564..d5ba37a8f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,7 +18,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.12 install: - requirements: docs/requirements.txt