From b4f32cebad3618a9e8f6a36f7311435915d7fd75 Mon Sep 17 00:00:00 2001 From: Chi Song Date: Mon, 2 Oct 2023 08:07:21 -0700 Subject: [PATCH] Docs: fix build error --- readthedocs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readthedocs.yaml b/readthedocs.yaml index 112c2fa4d..d9b7751c2 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -6,11 +6,13 @@ sphinx: configuration: docs/conf.py build: + os: ubuntu-22.04 + tools: + python: "3.11" apt_packages: - - libgirepository1.0-dev + - libgirepository1.0-dev python: - version: 3.8 install: - method: pip path: .