theme switch

This commit is contained in:
Alexis Metaireau 2011-04-26 00:34:03 +01:00
commit 1013ae5eb3
15 changed files with 281 additions and 974 deletions

View file

@ -14,7 +14,6 @@ master_doc = 'index'
project = u'Pelican'
copyright = u'2010, Alexis Metaireau and contributors'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
version = "2"
release = version
@ -24,12 +23,13 @@ release = version
# a list of builtin themes.
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'flask_small'
html_theme = 'pelican'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'nosidebar': True,
'index_logo': 'pelican.png',
'github_fork': 'ametaireau/pelican',
}