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: