|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# python-slackclient documentation build configuration file, created by |
| 3 | +# python-slack-sdk documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Mon Jun 27 17:36:09 2016. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
|
146 | 146 | # The name for this set of Sphinx documents. |
147 | 147 | # "<project> v<release> documentation" by default. |
148 | 148 | # |
149 | | -# html_title = u'python-slackclient v1.0.1' |
| 149 | +# html_title = u'python-slack-sdk v1.0.1' |
150 | 150 |
|
151 | 151 | # A shorter title for the navigation bar. Default is the same as html_title. |
152 | 152 | # |
|
250 | 250 | # html_search_scorer = 'scorer.js' |
251 | 251 |
|
252 | 252 | # Output file base name for HTML help builder. |
253 | | -htmlhelp_basename = 'python-slackclientdoc' |
| 253 | +htmlhelp_basename = 'python-slack-sdkdoc' |
254 | 254 |
|
255 | 255 | # -- Options for LaTeX output --------------------------------------------- |
256 | 256 |
|
|
276 | 276 | # (source start file, target name, title, |
277 | 277 | # author, documentclass [howto, manual, or own class]). |
278 | 278 | latex_documents = [ |
279 | | - (master_doc, 'python-slackclient.tex', u'python-slackclient Documentation', |
| 279 | + (master_doc, 'python-slack-sdk.tex', u'python-slack-sdk Documentation', |
280 | 280 | u'Ryan Huber, Jeff Ammons', 'manual'), |
281 | 281 | ] |
282 | 282 |
|
|
312 | 312 | # One entry per manual page. List of tuples |
313 | 313 | # (source start file, name, description, authors, manual section). |
314 | 314 | man_pages = [ |
315 | | - (master_doc, 'python-slackclient', u'python-slackclient Documentation', |
| 315 | + (master_doc, 'python-slack-sdk', u'python-slack-sdk Documentation', |
316 | 316 | [author], 1) |
317 | 317 | ] |
318 | 318 |
|
|
327 | 327 | # (source start file, target name, title, author, |
328 | 328 | # dir menu entry, description, category) |
329 | 329 | texinfo_documents = [ |
330 | | - (master_doc, 'python-slackclient', u'python-slackclient Documentation', |
331 | | - author, 'python-slackclient', 'A basic client for Slack.com, which can optionally connect to the Slack Real Time Messaging (RTM) API.', |
| 330 | + (master_doc, 'python-slack-sdk', u'python-slack-sdk Documentation', |
| 331 | + author, 'python-slack-sdk', 'A basic client for Slack.com, which can optionally connect to the Slack Real Time Messaging (RTM) API.', |
332 | 332 | 'Miscellaneous'), |
333 | 333 | ] |
334 | 334 |
|
|
0 commit comments