~percona-toolkit-dev/percona-toolkit/fix-password-comma-bug-886077

« back to all changes in this revision

Viewing changes to config/sphinx-build/conf.py

  • Committer: Daniel Nichter
  • Date: 2012-02-07 20:10:11 UTC
  • mfrom: (174 2.0)
  • mto: This revision was merged to the branch mainline in revision 189.
  • Revision ID: daniel@percona.com-20120207201011-sok2c1f2ay9qr3gm
Merge trunk r174.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
 
version = '1.0'
 
51
version = '2.0'
52
52
# The full version, including alpha/beta/rc tags.
53
 
release = '1.0'
 
53
release = '2.0.3'
54
54
 
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
91
91
 
92
92
# The theme to use for HTML and HTML Help pages.  See the documentation for
93
93
# a list of builtin themes.
94
 
html_theme = 'default'
 
94
html_theme = 'percona-theme'
95
95
 
96
96
# Theme options are theme-specific and customize the look and feel of a theme
97
97
# further.  For a list of options available for each theme, see the
99
99
#html_theme_options = {}
100
100
 
101
101
# Add any paths that contain custom themes here, relative to this directory.
102
 
#html_theme_path = []
 
102
html_theme_path = ['.', './percona-theme']
103
103
 
104
104
# The name for this set of Sphinx documents.  If None, it defaults to
105
105
# "<project> v<release> documentation".
106
 
#html_title = None
 
106
html_title = 'Percona Toolkit Documentation'
107
107
 
108
108
# A shorter title for the navigation bar.  Default is the same as html_title.
109
 
#html_short_title = None
 
109
html_short_title = 'Percona Toolkit'
110
110
 
111
111
# The name of an image file (relative to this directory) to place at the top
112
112
# of the sidebar.
115
115
# The name of an image file (within the static path) to use as favicon of the
116
116
# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
117
117
# pixels large.
118
 
#html_favicon = None
 
118
html_favicon = 'percona_favicon.ico'
119
119
 
120
120
# Add any paths that contain custom static files (such as style sheets) here,
121
121
# relative to this directory. They are copied after the builtin static files,