Files
sphinx/tests/roots/test-double-inheriting-theme/conf.py
T

9 lines
151 B
Python

# -*- coding: utf-8 -*-
import sys, os
templates_path = ['_templates']
master_doc = 'index'
html_theme = 'base_theme2'
exclude_patterns = ['_build']