documenteer.conf#

documenteer.conf Package#

Functions#

get_asset_path(name)

Get the absolute path for a static asset contained in Documenteer's assets directory, for use with Sphinx's html_static_path.

get_template_dir(root)

Get the absolute path for a Documenteer template directory, for use with Sphinx's templates_path.

Classes#

DocumenteerConfig(conf)

Configuration from a documenteer.toml file.

Class Inheritance Diagram#

Inheritance diagram of documenteer.conf._toml.DocumenteerConfig

documenteer.conf._toml Module#

Parses a documenteer.toml configuration file to support documenteer’s configuration preset modules.

Classes#

ProjectModel(**data)

Model for the project table in the documenteer.toml file.

ConfigRoot(**data)

The root model for a documenteer.toml configuration file.

Class Inheritance Diagram#

Inheritance diagram of documenteer.conf._toml.ProjectModel, documenteer.conf._toml.ConfigRoot