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

8 lines
121 B
Python
Raw Normal View History

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