From 2b75fc364a478774f41005525456e1554e6831ee Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:31:52 +0000 Subject: [PATCH 1/2] Initial plan From de6d6bf80bcb860711df76e1d46de221dff7a054 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:34:15 +0000 Subject: [PATCH 2/2] Run docgen before building docs in Makefile Co-authored-by: ahyangyi <700956+ahyangyi@users.noreply.github.com> Agent-Logs-Url: https://github.com/ahyangyi/agrf/sessions/1a411e9b-fba9-4d96-982f-f8429ae3563a --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c25e812..ec693da 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .PHONY: doc clean test doc: + python tools/docgen.py cd docs && $(MAKE) html clean: