From 68b99436dfacb0951e4b6320739dd2bee6778611 Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Fri, 17 May 2024 18:39:44 -0400 Subject: [PATCH] Update RTD config ghstack-source-id: b5101e416595309fb17df63cbb2e03a45f5af678 Pull Request resolved: https://github.com/omnilib/thx/pull/108 --- .readthedocs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e93fdc4..613996f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,8 +2,12 @@ version: 2 sphinx: configuration: docs/conf.py python: - version: 3.8 install: - - requirements: requirements-dev.txt - method: pip path: . + extra_requirements: + - docs +build: + os: "ubuntu-22.04" + tools: + python: "3.12"