odoo/doc/_themes
Openerp Online 7dcf552f27 [DOC] changed temporary thu.openerp.com to doc.openerp.com.
bzr revid: online@openerp.com-20120302155629-34axylxb90us0dx6
2012-03-02 16:56:29 +01:00
..
flask [DOC] changed temporary thu.openerp.com to doc.openerp.com. 2012-03-02 16:56:29 +01:00
flask_small [IMP] added doc directory, intended to be included in the new openerp technical documentation. 2012-02-18 21:31:01 +01:00
.gitignore [IMP] added doc directory, intended to be included in the new openerp technical documentation. 2012-02-18 21:31:01 +01:00
LICENSE [IMP] added doc directory, intended to be included in the new openerp technical documentation. 2012-02-18 21:31:01 +01:00
README [IMP] added doc directory, intended to be included in the new openerp technical documentation. 2012-02-18 21:31:01 +01:00
flask_theme_support.py [IMP] added doc directory, intended to be included in the new openerp technical documentation. 2012-02-18 21:31:01 +01:00

README

Flask Sphinx Styles
===================

This repository contains sphinx styles for Flask and Flask related
projects.  To use this style in your Sphinx documentation, follow
this guide:

1. put this folder as _themes into your docs folder.  Alternatively
   you can also use git submodules to check out the contents there.
2. add this to your conf.py:

   sys.path.append(os.path.abspath('_themes'))
   html_theme_path = ['_themes']
   html_theme = 'flask'

The following themes exist:

- 'flask' - the standard flask documentation theme for large
  projects
- 'flask_small' - small one-page theme.  Intended to be used by
  very small addon libraries for flask.

The following options exist for the flask_small theme:

   [options]
   index_logo = ''              filename of a picture in _static
                                to be used as replacement for the
                                h1 in the index.rst file.
   index_logo_height = 120px    height of the index logo
   github_fork = ''             repository name on github for the
                                "fork me" badge