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/ \