14 lines
295 B
Python
14 lines
295 B
Python
project = 'retro-gamer'
|
|
copyright = '2025, Chris Proctor'
|
|
author = 'Chris Proctor'
|
|
release = '0.1.0'
|
|
|
|
extensions = []
|
|
|
|
templates_path = ['_templates']
|
|
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|
|
|
html_theme = 'sphinx_rtd_theme'
|
|
html_static_path = ['_static']
|
|
html_theme_options = {}
|