|
62 | 62 |
|
63 | 63 | # General information about the project. |
64 | 64 | project = "diffpy.snmf" |
65 | | -copyright = "2023-%Y, The Trustees of Columbia University in the City of New York" |
| 65 | +copyright = ( |
| 66 | + "2023-%Y, The Trustees of Columbia University in the City of New York" |
| 67 | +) |
66 | 68 |
|
67 | 69 | # The version info for the project you're documenting, acts as replacement for |
68 | 70 | # |version| and |release|, also used in various other places throughout the |
|
221 | 223 | # (source start file, target name, title, |
222 | 224 | # author, documentclass [howto, manual, or own class]). |
223 | 225 | latex_documents = [ |
224 | | - ("index", "diffpy.snmf.tex", "diffpy.snmf Documentation", ab_authors, "manual"), |
| 226 | + ( |
| 227 | + "index", |
| 228 | + "diffpy.snmf.tex", |
| 229 | + "diffpy.snmf Documentation", |
| 230 | + ab_authors, |
| 231 | + "manual", |
| 232 | + ), |
225 | 233 | ] |
226 | 234 |
|
227 | 235 | # The name of an image file (relative to this directory) to place at the top of |
|
249 | 257 |
|
250 | 258 | # One entry per manual page. List of tuples |
251 | 259 | # (source start file, name, description, authors, manual section). |
252 | | -man_pages = [("index", "diffpy.snmf", "diffpy.snmf Documentation", ab_authors, 1)] |
| 260 | +man_pages = [ |
| 261 | + ("index", "diffpy.snmf", "diffpy.snmf Documentation", ab_authors, 1) |
| 262 | +] |
253 | 263 |
|
254 | 264 | # If true, show URL addresses after external links. |
255 | 265 | # man_show_urls = False |
|
0 commit comments