From 740dd509b093c849e5d3731e44db700e4ecd6496 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 26 Jan 2025 12:28:39 -0500 Subject: [PATCH] Fix yaml format in .readthedocs.yaml --- .idea/codeStyles/Project.xml | 2 +- .readthedocs.yaml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 4c77ebf..cc5fe12 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -3,7 +3,7 @@ - + diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 848f7a2..8d00138 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,6 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required version: 2 build: @@ -11,13 +10,11 @@ build: python: "3.11" sphinx: - configuration: manual/conf.py + configuration: manual/conf.py + fail_on_warning: true formats: all -sphinx: - fail_on_warning: true - python: install: - requirements: manual/requirements.txt -- libgit2 0.21.4