# yardang.build ## Functions | [`generate_docs_configuration`](#yardang.build.generate_docs_configuration)(\*[, project, title, ...]) | | |----------------------------------------------------------------------------------------------------------|----| ## Module Contents ### yardang.build.generate_docs_configuration(\*, project: str = '', title: str = '', module: str = '', description: str = '', author: str = '', copyright: str = '', version: str = '', theme: str = 'furo', docs_root: str = '', root: str = '', cname: str = '', pages: List | None = None, use_autoapi: bool | None = None, custom_css: pathlib.Path | None = None, custom_js: pathlib.Path | None = None)