# Sphinx config for Verae × Zapier module reference. project = "Verae Time × Zapier" author = "Verae" release = "0.1.0" extensions = [] templates_path = ["_templates"] exclude_patterns = ["_build"] html_theme = "alabaster" html_static_path = [] master_doc = "index" latex_documents = [ (master_doc, "verae-zapier-modules.tex", "Verae Time × Zapier Module Reference", author, "manual"), ]