mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-07 03:55:26 +00:00
9 lines
198 B
Python
9 lines
198 B
Python
from sphinx.application import Sphinx
|
|
|
|
project = 'multi-page'
|
|
copyright = '2024, Adrian Vollmer'
|
|
author = 'Adrian Vollmer'
|
|
version = '0.0.1'
|
|
|
|
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|