From 2091774369716047d6c56c8baffd534ba69191a0 Mon Sep 17 00:00:00 2001 From: tsutsu3 Date: Thu, 25 Jan 2024 20:06:35 +0900 Subject: [PATCH] Fix rtd --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d0cbafc..7560347 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: builder: html @@ -21,7 +26,6 @@ sphinx: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - method: pip path: .