light/docs/conf.py
light7734 b4038f8691 docs: add initial docs (#3)
Co-authored-by: light7734 <mail@light7734.com>
Reviewed-on: #3
2024-08-08 08:58:18 +00:00

25 lines
511 B
Python

# Project information
project = 'Light'
copyright = '2024, Light7734'
author = 'Light7734'
release = '1'
# General configuration
extensions = [
"sphinx.ext.intersphinx",
"sphinx_copybutton",
"sphinx_design"
]
source_suffix = '.rst'
default_role = 'cpp:any'
pygments_style = 'sphinx'
highlight_language = 'c++'
primary_domain = 'cpp'
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
templates_path = ["_templates"]
# Theme configuration
html_theme = 'sphinx_rtd_theme'
# html_favicon = ''