From b09a213da04aaa2c5e637d90b31c4cb8bfe86021 Mon Sep 17 00:00:00 2001 From: Jas Kalayan Date: Fri, 22 Aug 2025 21:47:16 +0100 Subject: [PATCH] remove python version from rtd yaml --- readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 007303a..0c50acc 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,11 +8,11 @@ build: python: "3.13" python: - version: 3.13 install: - method: pip path: . - - requirements: docs + extra_requirements: + - docs sphinx: # Path to your Sphinx configuration file.