sphinx/tests/roots/test-stylesheets/conf.py

13 lines
349 B
Python
Raw Normal View History

2015-03-17 09:57:51 -05:00
# -*- coding: utf-8 -*-
master_doc = 'index'
html_theme = 'classic'
templates_path = ['_templates']
def setup(app):
app.add_stylesheet('persistent.css')
app.add_stylesheet('default.css', title="Default", alternate=False)
app.add_stylesheet('alternate1.css', title="Alternate")
app.add_stylesheet('alternate2.css', alternate=True)