mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
16 lines
411 B
Python
16 lines
411 B
Python
project = "Viv"
|
|
copyright = "2023, Daylin Morgan"
|
|
author = "Daylin Morgan"
|
|
|
|
extensions = ["myst_parser", "sphinx_copybutton"]
|
|
|
|
templates_path = ["_templates"]
|
|
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
|
html_extra_path = ["viv.py"]
|
|
|
|
|
|
html_theme = "shibuya"
|
|
# html_static_path = ["_static"]
|
|
html_logo = "../assets/logo.svg"
|
|
|
|
html_theme_options = {"github_url": "https://github.com/daylinmorgan/viv"}
|