Changeset 120 for trunk/docs/conf.py
- Timestamp:
- Mar 11, 2011, 11:03:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/conf.py
r119 r120 97 97 # further. For a list of options available for each theme, see the 98 98 # documentation. 99 #html_theme_options = { 100 # "rightsidebar": "true" 101 # "headbgcolor": "#ffffff", 102 # "bgcolor": "#ffffff", 103 # "textcolor": "#646464", 104 # "linkcolor": "#fc9326", 105 # "visitedlinkcolor": "#fc9326", 106 # "sidebarbgcolor": "red", 107 # "relbarbgcolor": "#5e3905" 108 #} 99 html_theme_options = { 100 "rightsidebar": "true", 101 "headbgcolor": "#ffffff", 102 "bgcolor": "#ffffff", 103 "textcolor": "#333333", 104 "linkcolor": "#fc9326", 105 "visitedlinkcolor": "#fc9326", 106 "sidebarbgcolor": "white", 107 "footerbgcolor": "#ffffff", 108 "footertextcolor": "#646464", 109 "relbarbgcolor": "#5e3905" 110 } 109 111 110 112 # Add any paths that contain custom themes here, relative to this directory. … … 113 115 # The name for this set of Sphinx documents. If None, it defaults to 114 116 # "<project> v<release> documentation". 115 #html_title = None 117 html_title = "ZOO Project " + release + " documentation" 116 118 117 119 # A shorter title for the navigation bar. Default is the same as html_title. 118 #html_short_title = None 120 html_short_title = "Documentation" 119 121 120 122 # The name of an image file (relative to this directory) to place at the top 121 123 # of the sidebar. 122 #html_logo = None124 #html_logo = 123 125 124 126 # The name of an image file (within the static path) to use as favicon of the 125 127 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 126 128 # pixels large. 127 #html_favicon = None 129 html_favicon = "favicon.ico" 128 130 129 131 # Add any paths that contain custom static files (such as style sheets) here, … … 141 143 142 144 # Custom sidebar templates, maps document names to template names. 143 #html_sidebars = {} 145 html_sidebars = { 146 '**': ['globaltoc.html', 'sourcelink.html', 'searchbox.html'], 147 "index":["indexsidebar.html",'searchbox.html']} 144 148 145 149 # Additional templates that should be rendered to pages, maps page names to … … 157 161 158 162 # If true, links to the reST sources are added to the pages. 159 #html_show_sourcelink = True163 html_show_sourcelink = False 160 164 161 165 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
Note: See TracChangeset
for help on using the changeset viewer.