Tested extensions: - python-sphinx-theme-alabaster - python-sphinx_rtd_theme - python-sphinxcontrib-jquery The tested extensions are the one that we pull to CentOS Stream/RHEL.
8 lines
148 B
Python
8 lines
148 B
Python
project = 'Test'
|
|
copyright = '2024, Test'
|
|
author = 'Test'
|
|
release = '0.3.0'
|
|
html_theme = 'sphinx_rtd_theme'
|
|
extensions = [
|
|
'sphinx_rtd_theme',
|
|
] |