sphinx/tests/roots/test-build-html-theme-having-multiple-stylesheets/conf.py
Takeshi KOMIYA e7fc03bce2
Allow specifying multiple CSS files in themes (#10465)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2022-07-17 12:27:43 +01:00

3 lines
53 B
Python

html_theme_path = ['_themes']
html_theme = 'mytheme'