From 5ebb44ee4da238fd7b94358991745bb7284d70ab Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 23:51:20 +0000 Subject: [PATCH 1/2] Initial plan From 66bac369b0190ded8b100460f08fe1ceb8eee9c6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 23:53:03 +0000 Subject: [PATCH 2/2] Remove -W flag from docs/Makefile SPHINXOPTS Co-authored-by: MMathisLab <28102185+MMathisLab@users.noreply.github.com> --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 9252ed72..af4f22cb 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= -W --keep-going -n +SPHINXOPTS ?= --keep-going -n SPHINXBUILD ?= sphinx-build SOURCEDIR = source BUILDDIR = build