|
43 | 43 |
|
44 | 44 | # General information about the project. |
45 | 45 | project = u'Splunk Python SDK' |
46 | | -copyright = u'2012, Splunk Inc.' |
| 46 | +copyright = u'2012, Splunk Inc' |
47 | 47 |
|
48 | 48 | # The version info for the project you're documenting, acts as replacement for |
49 | 49 | # |version| and |release|, also used in various other places throughout the |
|
95 | 95 | # a list of builtin themes. |
96 | 96 |
|
97 | 97 | # agogo, default, epub, haiku, nature, pyramid, scrolls, sphinxdoc, traditional |
98 | | -html_theme = 'haiku' |
| 98 | +html_theme = 'epub' |
99 | 99 |
|
100 | 100 | # Theme options are theme-specific and customize the look and feel of a theme |
101 | 101 | # further. For a list of options available for each theme, see the |
|
107 | 107 |
|
108 | 108 | # The name for this set of Sphinx documents. If None, it defaults to |
109 | 109 | # "<project> v<release> documentation". |
110 | | -#html_title = None |
| 110 | +html_title = "Splunk Python SDK Reference" |
111 | 111 |
|
112 | 112 | # A shorter title for the navigation bar. Default is the same as html_title. |
113 | | -#html_short_title = None |
| 113 | +#html_short_title = "Splunk Python SDK Reference" |
114 | 114 |
|
115 | 115 | # The name of an image file (relative to this directory) to place at the top |
116 | 116 | # of the sidebar. |
|
124 | 124 | # Add any paths that contain custom static files (such as style sheets) here, |
125 | 125 | # relative to this directory. They are copied after the builtin static files, |
126 | 126 | # so a file named "default.css" will overwrite the builtin "default.css". |
127 | | -html_static_path = ['_static'] |
| 127 | +html_static_path = ['css'] |
| 128 | + |
128 | 129 |
|
129 | 130 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
130 | 131 | # using the given strftime format. |
|
135 | 136 | #html_use_smartypants = True |
136 | 137 |
|
137 | 138 | # Custom sidebar templates, maps document names to template names. |
138 | | -#html_sidebars = {} |
| 139 | +#html_sidebars = { |
| 140 | +html_sidebars = { |
| 141 | + '**': ['localtoc.html', 'globaltoc.html', 'searchbox.html'], |
| 142 | +} |
139 | 143 |
|
140 | 144 | # Additional templates that should be rendered to pages, maps page names to |
141 | 145 | # template names. |
|
154 | 158 | #html_show_sourcelink = True |
155 | 159 |
|
156 | 160 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
157 | | -#html_show_sphinx = True |
| 161 | +#html_show_sphinx = False |
158 | 162 |
|
159 | 163 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
160 | | -#html_show_copyright = True |
| 164 | +#html_show_copyright = False |
161 | 165 |
|
162 | 166 | # If true, an OpenSearch description file will be output, and all pages will |
163 | 167 | # contain a <link> tag referring to it. The value of this option must be the |
|
0 commit comments