18 lines
422 B
Python
18 lines
422 B
Python
|
|
project = 'LiteX SoC Project'
|
|
copyright = '2023, Anonymous'
|
|
author = 'Anonymous'
|
|
extensions = [
|
|
'sphinx.ext.autosectionlabel',
|
|
'sphinxcontrib.wavedrom',
|
|
]
|
|
templates_path = ['_templates']
|
|
exclude_patterns = []
|
|
offline_skin_js_path = "https://wavedrom.com/skins/default.js"
|
|
offline_wavedrom_js_path = "https://wavedrom.com/WaveDrom.js"
|
|
html_theme = 'alabaster'
|
|
html_static_path = ['_static']
|
|
master_doc = 'index'
|
|
|
|
|