mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
9 lines
151 B
Python
9 lines
151 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import sys, os
|
|
|
|
templates_path = ['_templates']
|
|
master_doc = 'index'
|
|
html_theme = 'base_theme2'
|
|
exclude_patterns = ['_build']
|