docbuild.models.config.env.Env_TargetPaths#

class docbuild.models.config.env.Env_TargetPaths(/, **data: Any)#

Bases: pydantic.BaseModel

Inheritance diagram of docbuild.models.config.env.Env_TargetPaths

Defines target paths.

model_config#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

target_path: str = None#

The destination path for final built documentation.

backup_path: pathlib.Path = None#

Path for backups.