mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
8 lines
173 B
Python
8 lines
173 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
templates_path = ['_templates']
|
|
master_doc = 'index'
|
|
html_theme = 'base_theme2'
|
|
html_theme_path = ['base_themes_dir']
|
|
exclude_patterns = ['_build']
|