From 0f0c505244f82b85b4c73f5f7ba33bc499b5e163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 30 Oct 2022 22:16:00 -0700 Subject: [PATCH] Simplify docs conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- .readthedocs.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8f8b623a6..ab3011302 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,17 +1,14 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.10" -formats: - - htmlzip - - epub - - pdf + python: "3" python: - install: - - method: pip - path: . - extra_requirements: ["docs"] + install: + - method: pip + path: . + extra_requirements: + - docs sphinx: builder: html configuration: docs/conf.py