From 56cd9e85383fa6c8804c99ef706c98996e2e209c Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Thu, 4 Jan 2024 13:10:52 -0500 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f8e7e87..23a5340 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,15 +1,16 @@ # https://docs.readthedocs.io/en/stable/config-file/v2.html version: 2 build: - os: ubuntu-20.04 - tools: - python: "3.10" + os: ubuntu-20.04 + tools: + python: "3.10" sphinx: - configuration: docs/conf.py - fail_on_warning: false + configuration: docs/conf.py + # disable this for more lenient docs builds + fail_on_warning: false python: - install: - - method: pip - path: . - extra_requirements: - - doc + install: + - method: pip + path: . + extra_requirements: + - doc