From 0cb6f21d36478c6a6497e20d7c283bcdaeb94794 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Mon, 28 Aug 2023 17:43:12 +0200 Subject: [PATCH] Convert readthedocs config to v2 (#505) --- .readthedocs.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f2f8fd70..e79a0598 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,8 +1,15 @@ +version: 2 + +formats: all + build: - image: latest + os: ubuntu-22.04 + tools: + python: "3" python: - version: 3.8 - pip_install: true - extra_requirements: - - docs + install: + - method: pip + path: . + extra_requirements: + - docs