From 860efe0fdcb7ea9c43b01726701845da35fe2833 Mon Sep 17 00:00:00 2001 From: Odair M <odairmario45@gmail.com> Date: Fri, 26 Aug 2022 18:14:30 -0300 Subject: [PATCH] fix: remove fail_on_warning from .readthedocs.yaml --- .readthedocs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 78ab5ad..103b50a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,6 @@ python: - requirements: ./requirements.txt sphinx: configuration: source/conf.py - fail_on_warning: true formats: - pdf - epub -- GitLab