From 8b4f7aac1407c3a55e6b67b1ad7ddb072b5c8fa3 Mon Sep 17 00:00:00 2001 From: Viraj Chaudhari <72896239+virajvchaudhari@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:33:22 -0700 Subject: [PATCH] change: readthedocs integration (#686) * change: readthedocs integration * Update .readthedocs.yml --------- Co-authored-by: Cody Wang --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a52ab5c2e..59d0f1631 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,10 +12,15 @@ sphinx: # Optionally build your docs in additional formats such as PDF formats: - pdf + +# setting up build.os and the python version +build: + os: ubuntu-22.04 + tools: + python: "3.8" # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - method: pip path: .