python-sphinx/tests/smoke-rtd-theme/source/conf.py
2026-07-03 10:56:52 +02:00

10 lines
170 B
Python

project = 'Test'
copyright = '2024, Test'
author = 'Test'
release = '0.3.0'
html_theme = 'sphinx_rtd_theme'
extensions = [
'sphinx_rtd_theme',
]
master_doc = 'index'