From 4fb7696ba465617b1634886e9e822d55958bc868 Mon Sep 17 00:00:00 2001 From: weibeu Date: Fri, 11 Feb 2022 16:44:56 +0530 Subject: [PATCH] Configure and fix the .readthedocs.yml --- .readthedocs.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b5029e8..81128eb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,9 @@ -formats: [] +version: 2 build: - image: latest - tools: - python: "3.9" + os: ubuntu-20.04 + tools: + python: "3.9" python: install: @@ -13,3 +13,7 @@ python: extra_requirements: - docs system_packages: true + +sphinx: + builder: dirhtml + fail_on_warning: true