diff --git a/docs/_static/touch-icon.png b/docs/_static/touch-icon.png new file mode 100644 index 00000000..cd1e91e1 Binary files /dev/null and b/docs/_static/touch-icon.png differ diff --git a/docs/_themes b/docs/_themes index 91eee537..f87d00ee 160000 --- a/docs/_themes +++ b/docs/_themes @@ -1 +1 @@ -Subproject commit 91eee537e91594f752224a5847719f6d4fb38c2d +Subproject commit f87d00eee80e4a555e94ed124a94ffea483dc329 diff --git a/docs/conf.py b/docs/conf.py index 18e8f309..cffb1b7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,7 +94,9 @@ html_theme = 'flask' # 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 = { + 'touch_icon': 'touch-icon.png' +} # Add any paths that contain custom themes here, relative to this directory. html_theme_path = ['_themes'] diff --git a/docs/deploying/mod_wsgi.rst b/docs/deploying/mod_wsgi.rst index 03a82e8d..1561a37c 100644 --- a/docs/deploying/mod_wsgi.rst +++ b/docs/deploying/mod_wsgi.rst @@ -91,8 +91,6 @@ For more information consult the `mod_wsgi wiki`_. .. _virtual python: http://pypi.python.org/pypi/virtualenv .. _mod_wsgi wiki: http://code.google.com/p/modwsgi/wiki/ -.. _* - Toubleshooting --------------