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