[IMP] models: move prefetching of records back to method _prefetch_field
[odoo/odoo.git] / doc / _themes / sphinx_bootstrap_theme / bootstrap / theme.conf
1 # Twitter Bootstrap Theme
2 [theme]
3 inherit = basic
4 stylesheet = basic.css
5 pygments_style = tango
6
7 # Configurable options.
8 [options]
9 # Navigation bar title. (Default: ``project`` value)
10 navbar_title =
11
12 # Tab name for entire site. (Default: "Site")
13 navbar_site_name = Site
14
15 # A list of tuples containting pages to link to.  The value should be
16 # in the form [(name, page), ..]
17 navbar_links =
18
19 # Render the next and previous page links in navbar. (Default: true)
20 navbar_sidebarrel = true
21
22 # Render the current pages TOC in the navbar. (Default: true)
23 navbar_pagenav = true
24
25 # Global TOC depth for "site" navbar tab. (Default: 1)
26 # Switching to -1 shows all levels.
27 globaltoc_depth = 1
28
29 # Include hidden TOCs in Site navbar?
30 #
31 # Note: If this is "false", you cannot have mixed ``:hidden:`` and
32 # non-hidden ``toctree`` directives in the same page, or else the build
33 # will break.
34 #
35 # Values: "true" (default) or "false"
36 globaltoc_includehidden = true
37
38 # HTML navbar class (Default: "navbar") to attach to <div> element.
39 # For black navbar, do "navbar navbar-inverse"
40 navbar_class = navbar
41
42 # Fix navigation bar to top of page?
43 # Values: "true" (default) or "false"
44 navbar_fixed_top = true
45
46 # Location of link to source.
47 # Options are "nav" (default), "footer" or anything else to exclude.
48 source_link_position = nav
49
50 # Bootswatch (http://bootswatch.com/) theme.
51 #
52 # Options are nothing with "" (default) or the name of a valid theme such as
53 # "amelia" or "cosmo".
54 bootswatch_theme = ""
55
56 # Switch Bootstrap version?
57 # Values: "3" (default) or "2"
58 bootstrap_version = 3