Browse Source

Fixed a build error and added a touch icon

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
8d356d7cda
  1. BIN
      docs/_static/touch-icon.png
  2. 2
      docs/_themes
  3. 4
      docs/conf.py
  4. 2
      docs/deploying/mod_wsgi.rst

BIN
docs/_static/touch-icon.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

2
docs/_themes

@ -1 +1 @@
Subproject commit 91eee537e91594f752224a5847719f6d4fb38c2d
Subproject commit f87d00eee80e4a555e94ed124a94ffea483dc329

4
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']

2
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
--------------

Loading…
Cancel
Save