12 lines
153 B
Python
12 lines
153 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
extensions = [
|
|
'sphinx_victorykit_theme'
|
|
]
|
|
|
|
html_theme = 'victorykit'
|
|
|
|
|
|
|
|
master_doc = 'index'
|
|
exclude_patterns = ['_build']
|