From caa960bd0f6d822e4c0f42d46b930d1a5bb19eec Mon Sep 17 00:00:00 2001 From: Irtaza Akram Date: Thu, 19 Oct 2023 11:56:11 +0500 Subject: [PATCH] fix: readthedocs issues: --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e093fa93d..0c39245e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,11 @@ # Required: the version of this file's schema. version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -17,6 +22,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.8" install: - requirements: requirements/doc.txt