From c730ceedf5adb42bc8fc5006d7301a9492db1445 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Mon, 4 Aug 2025 14:13:17 -0500 Subject: [PATCH] remove SPHINXOPTS hardcode --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 78feae0..994d4d1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = -W --keep-going -n +SPHINXOPTS = SPHINXBUILD = sphinx-build SPHINXPROJ = friendzone SOURCEDIR = source