mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
11 lines
235 B
Python
11 lines
235 B
Python
from sphinx.application import Sphinx
|
|
|
|
project = "mermaid"
|
|
copyright = "2024, Adrian Vollmer"
|
|
author = "Adrian Vollmer"
|
|
version = "0.0.1"
|
|
|
|
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
|
|
|
extensions = ["sphinxcontrib.mermaid"]
|