From 6c34e6c7935d52dd05f4c0c4e8d8af185bf60c02 Mon Sep 17 00:00:00 2001 From: ritik Date: Mon, 26 Feb 2024 00:09:58 -0800 Subject: [PATCH] :3:3:3 --- .readthedocs.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9a3eef1..1864a94 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,17 +5,16 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + # Build documentation in the docs/source directory with Sphinx sphinx: configuration: docs/source/conf.py -# Optionally build your docs in additional formats such as PDF -formats: - - pdf - - epub - # Optionally set the version of Python and requirements required to build your docs python: - version: 3.10 install: - requirements: docs/requirements.txt