forked from orbit-oss/flask
Fixed a build error and added a touch icon
This commit is contained in:
parent
74d458b40c
commit
8d356d7cda
4 changed files with 4 additions and 4 deletions
BIN
docs/_static/touch-icon.png
vendored
Normal file
BIN
docs/_static/touch-icon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
|
|
@ -1 +1 @@
|
|||
Subproject commit 91eee537e91594f752224a5847719f6d4fb38c2d
|
||||
Subproject commit f87d00eee80e4a555e94ed124a94ffea483dc329
|
||||
|
|
@ -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']
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue