From 2193ba84debcee5425eafd12e6e95c964507cd11 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Fri, 5 Jan 2024 17:10:57 -0800 Subject: [PATCH] sadf --- tools/docgen/docgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docgen/docgen.py b/tools/docgen/docgen.py index ecf1ab02..f1307b29 100644 --- a/tools/docgen/docgen.py +++ b/tools/docgen/docgen.py @@ -1,7 +1,7 @@ from abc import abstractmethod from pathlib import Path -REGENERATE_DOCS: bool = True +REGENERATE_DOCS: bool = False class DocGen: