mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-08 12:35:39 +00:00
10 lines
262 B
Python
10 lines
262 B
Python
project = "dark-mode"
|
|
copyright = "2024, Adrian Vollmer"
|
|
author = "Adrian Vollmer"
|
|
version = "0.0.1"
|
|
|
|
extensions = ["sphinx_rtd_dark_mode"]
|
|
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".venv"]
|
|
html_theme = "sphinx_rtd_theme"
|
|
default_dark_mode = True
|