From d1fb4bdcda96df3f28f63d3a9f5cb17f916cd478 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Fri, 15 Aug 2025 16:19:12 -0700 Subject: [PATCH] build(docs): Missed Sphinx issues, fail on warn It would be nice to have these failures in CI. Is there a way to get the ReadTheDocs integration to use these options? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fe51817..d51d267c 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ executable: clean mv dist/ytdl-sub dist/ytdl-sub${EXEC_SUFFIX} docs: REGENERATE_DOCS=1 pytest tests/unit/docgen/test_docgen.py - sphinx-build -M html docs/source/ docs/build/ + sphinx-build --fail-on-warning --nitpicky -b html docs/source/ docs/build/ clean: rm -rf \ .pytest_cache/ \