This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
python-emails/docs/conf_theme_alabaster.py

17 lines
339 B
Python

# -*- coding: utf-8 -*-
html_theme = 'alabaster'
html_sidebars = {
'**': [
# 'about.html', 'navigation.html', 'searchbox.html', 'donate.html',
]
}
html_theme_options = {
'github_user': 'lavr',
'github_repo': 'python-emails',
'github_banner': True,
'travis_button': True,
'code_font_size': '0.8em'
}