project = "compile-typst-site"
copyright = "2025, wade-cheng"
author = "wade-cheng"
extensions = [
"myst_parser",
"sphinx_copybutton",
"sphinx_inline_tabs",
]
copybutton_prompt_text = r"\$ |> "
copybutton_prompt_is_regexp = True
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "requirements.txt"]
source_suffix = {
".rst": "restructuredtext",
".txt": "markdown",
".md": "markdown",
}
html_theme = "furo"
html_theme_options = {
"source_repository": "https://github.com/wade-cheng/compile-typst-site/",
"source_branch": "main",
"source_directory": "docs/",
}