From 6f2dac48be83d6aaf0f05381965ce8d830e8520d Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Tue, 15 Oct 2024 12:47:18 -0400 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 514d2cc..64d8b95 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.8" # Python version defined for the build environment # Build from the docs/ directory with Sphinx sphinx: @@ -11,6 +11,5 @@ sphinx: # Explicitly set the version of Python and its requirements python: - version: 3.8 install: - requirements: docs/requirements.txt