diff --git a/docs/_static/pelican.gif b/docs/_static/pelican.gif new file mode 100644 index 00000000..d9208590 Binary files /dev/null and b/docs/_static/pelican.gif differ diff --git a/docs/_themes/flask_small/theme.conf b/docs/_themes/flask_small/theme.conf index 89b38b56..07036d14 100644 --- a/docs/_themes/flask_small/theme.conf +++ b/docs/_themes/flask_small/theme.conf @@ -6,3 +6,5 @@ pygments_style = flask_theme_support.FlaskyStyle [options] index_logo_height = 120px +index_logo = +github_fork = diff --git a/docs/conf.py b/docs/conf.py index b011a179..d8020206 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,11 @@ html_theme = 'flask_small' # 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 = {} +html_theme_options = { + 'index_logo': 'pelican.gif', + 'github_fork': 'ametaireau/pelican', + 'index_logo_height': '200px', +} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = []