default 0
This commit is contained in:
parent
02709d4320
commit
2e18581f64
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import os
|
|||
from abc import abstractmethod
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue