|
28 | 28 | master_doc = 'index'
|
29 | 29 |
|
30 | 30 | # General information about the project.
|
31 |
| -project = u'io-client-python' |
32 |
| -copyright = u'2018 Adafruit Industries' |
| 31 | +project = u'adafruit-io-python' |
| 32 | +copyright = u'2019 Adafruit Industries' |
33 | 33 | author = u'Adafruit Industries'
|
34 | 34 |
|
35 | 35 | # The version info for the project you're documenting, acts as replacement for
|
36 | 36 | # |version| and |release|, also used in various other places throughout the
|
37 | 37 | # built documents.
|
38 | 38 | #
|
39 | 39 | # The short X.Y version.
|
40 |
| -version = u'2.0.1' |
| 40 | +version = u'2.1.0' |
41 | 41 | # The full version, including alpha/beta/rc tags.
|
42 |
| -release = u'2.0.1' |
| 42 | +release = u'2.1.0' |
43 | 43 |
|
44 | 44 | # The language for content autogenerated by Sphinx. Refer to documentation
|
45 | 45 | # for a list of supported languages.
|
|
129 | 129 | # (source start file, target name, title,
|
130 | 130 | # author, documentclass [howto, manual, or own class]).
|
131 | 131 | latex_documents = [
|
132 |
| - (master_doc, 'io-client-pythonLibrary.tex', u'io-client-python Library Documentation', |
| 132 | + (master_doc, 'adafruit-io-pythonLibrary.tex', u'adafruit-io-python Library Documentation', |
133 | 133 | author, 'manual'),
|
134 | 134 | ]
|
135 | 135 |
|
|
138 | 138 | # One entry per manual page. List of tuples
|
139 | 139 | # (source start file, name, description, authors, manual section).
|
140 | 140 | man_pages = [
|
141 |
| - (master_doc, 'io-client-pythonlibrary', u'io-client-python Library Documentation', |
| 141 | + (master_doc, 'adafruit-io-pythonlibrary', u'adafruit-io-python Library Documentation', |
142 | 142 | [author], 1)
|
143 | 143 | ]
|
144 | 144 |
|
|
148 | 148 | # (source start file, target name, title, author,
|
149 | 149 | # dir menu entry, description, category)
|
150 | 150 | texinfo_documents = [
|
151 |
| - (master_doc, 'io-client-pythonLibrary', u' io-client-python Library Documentation', |
152 |
| - author, 'io-client-pythonLibrary', 'One line description of project.', |
| 151 | + (master_doc, 'adafruit-io-pythonLibrary', u' adafruit-io-python Library Documentation', |
| 152 | + author, 'adafruit-io-pythonLibrary', 'One line description of project.', |
153 | 153 | 'Miscellaneous'),
|
154 | 154 | ]
|
0 commit comments