From b6fbfff0e9690439372b93095ed8c8e5c32cea2c Mon Sep 17 00:00:00 2001 From: "Yashasvi S. Ranawat" Date: Wed, 18 Oct 2023 15:13:30 +0300 Subject: [PATCH] update readthedocs --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3db8bd3..0b9e1d8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -15,6 +21,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: docs/requirements.txt