|
47 | 47 | master_doc = "index" |
48 | 48 |
|
49 | 49 | # General information about the project. |
50 | | -project = u"Hetzner Cloud Python" |
51 | | -copyright = u"2019, Hetzner Cloud GmbH" |
52 | | -author = u"Hetzner Cloud GmbH" |
| 50 | +project = "Hetzner Cloud Python" |
| 51 | +copyright = "2019, Hetzner Cloud GmbH" |
| 52 | +author = "Hetzner Cloud GmbH" |
53 | 53 |
|
54 | 54 | # The version info for the project you're documenting, acts as replacement |
55 | 55 | # for |version| and |release|, also used in various other places throughout |
|
93 | 93 | # theme further. For a list of options available for each theme, see the |
94 | 94 | # documentation. |
95 | 95 | # |
96 | | -html_theme_options = { |
97 | | - "logo_only": True, |
98 | | -} |
| 96 | +html_theme_options = {"logo_only": True} |
99 | 97 |
|
100 | 98 | # Add any paths that contain custom static files (such as style sheets) here, |
101 | 99 | # relative to this directory. They are copied after the builtin static files, |
|
131 | 129 | ( |
132 | 130 | master_doc, |
133 | 131 | "hcloud.tex", |
134 | | - u"Hetzner Cloud Python Documentation", |
135 | | - u"Hetzner Cloud GmbH", |
| 132 | + "Hetzner Cloud Python Documentation", |
| 133 | + "Hetzner Cloud GmbH", |
136 | 134 | "manual", |
137 | | - ), |
| 135 | + ) |
138 | 136 | ] |
139 | 137 |
|
140 | 138 | # -- Options for manual page output ------------------------------------ |
141 | 139 |
|
142 | 140 | # One entry per manual page. List of tuples |
143 | 141 | # (source start file, name, description, authors, manual section). |
144 | | -man_pages = [(master_doc, u"Hetzner Cloud Python Documentation", [author], 1)] |
| 142 | +man_pages = [(master_doc, "Hetzner Cloud Python Documentation", [author], 1)] |
145 | 143 |
|
146 | 144 | # -- Options for Texinfo output ---------------------------------------- |
147 | 145 |
|
|
151 | 149 | texinfo_documents = [ |
152 | 150 | ( |
153 | 151 | master_doc, |
154 | | - u"Hetzner Cloud Python Documentation", |
| 152 | + "Hetzner Cloud Python Documentation", |
155 | 153 | author, |
156 | 154 | "HCloud-python is a library for the Hetzner Cloud API.", |
157 | 155 | "Miscellaneous", |
158 | | - ), |
| 156 | + ) |
159 | 157 | ] |
160 | 158 |
|
161 | 159 | source_suffix = [".rst"] |
0 commit comments