summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-stylesheets/conf.py
blob: fa37130a5c9948e2eb13159d3c0226c6a8669513 (plain)
1
2
3
4
5
6
7
8
9
html_theme = 'classic'
templates_path = ['_templates']


def setup(app):
    app.add_css_file('persistent.css')
    app.add_css_file('default.css', title="Default")
    app.add_css_file('alternate1.css', title="Alternate", rel="alternate stylesheet")
    app.add_css_file('alternate2.css', rel="alternate stylesheet")