From 2bc29f7b5a7a9354237a159c820cc27652e4ecc5 Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Mon, 10 Jun 2024 16:34:59 -0700 Subject: [PATCH] fix(.readthedocs.yaml): fix docs failing issue --- .readthedocs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a19ab5081..82c9c983c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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.8" + # Build documentation in the doc/ directory with Sphinx sphinx: configuration: doc/conf.py @@ -15,8 +21,7 @@ submodules: exclude: all python: - version: 3.8 install: - requirements: dev_requirements/doc-requirements.txt - - method: setuptools + - method: pip path: .