project = "Making yourself audit-ready with Verae DataCubes" copyright = "2026, Verae" author = "Verae / George Lambert" extensions = [] templates_path = ["_templates"] exclude_patterns = [] html_theme = "alabaster" html_static_path = ["_static"] html_title = project latex_engine = "pdflatex" latex_documents = [ ( "index", "peergos-making-yourself-audit-ready-with-verae-datacubes.tex", "Making yourself audit-ready with Verae DataCubes", "Verae", "manual", ), ] latex_elements = { "papersize": "letterpaper", "pointsize": "11pt", "preamble": r"\usepackage{hyperref}", }