bcachefs-tools/docs/conf.py
2022-11-01 22:28:07 -04:00

15 lines
231 B
Python

project = 'bcachefs'
copyright = '2022, Kent Overstreet'
author = 'Kent Overstreet'
extensions = [
]
templates_path = ['_templates']
exclude_patterns = ['_build']
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']