From 8ffe755c2227a57d4793bf3629cc3d33d09409ea Mon Sep 17 00:00:00 2001 From: frostedoyster Date: Tue, 5 Dec 2023 06:10:00 +0100 Subject: [PATCH] Go back to old configuration file --- .readthedocs.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d6cab1a7f..c1e718878 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,10 +8,8 @@ version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 - apt_packages: - - cmake tools: - python: "3.10" + python: "3.11" rust: "1.70" @@ -24,8 +22,4 @@ sphinx: # Declare the Python requirements required to build the docs python: install: - - method: pip - path: . - extra_requirements: - - --extra-index-url=https://download.pytorch.org/whl/cpu - requirements: docs/requirements.txt