default 0

This commit is contained in:
Jesse Bannon 2024-04-27 14:02:57 -07:00
parent 02709d4320
commit 2e18581f64

View file

@ -2,7 +2,7 @@ import os
from abc import abstractmethod from abc import abstractmethod
from pathlib import Path from pathlib import Path
REGENERATE_DOCS: bool = bool(os.environ.get("REGENERATE_DOCS", 1)) REGENERATE_DOCS: bool = bool(os.environ.get("REGENERATE_DOCS", 0))
class DocGen: class DocGen: