sphinxcontrib-theme-web2/support/conf.py
Rodney, Tiara 9e39217423
init
2024-04-07 22:32:31 +02:00

12 lines
153 B
Python

# -*- coding: utf-8 -*-
extensions = [
'sphinx_victorykit_theme'
]
html_theme = 'victorykit'
master_doc = 'index'
exclude_patterns = ['_build']