From f25f8fffbbd16fdb13a4f8977946afe9a3248453 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 8 May 2023 14:24:14 +0530 Subject: Add Read the Docs build configuration (#12020) --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7d62011a6..b6453d8f0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,14 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: builder: htmldir configuration: docs/html/conf.py python: - version: 3.8 install: - requirements: docs/requirements.txt -- cgit v1.2.1