File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 132
132
rediraffe_redirects = "redirects.txt"
133
133
rediraffe_branch = "master~1"
134
134
135
- htmlhelp_basename = "%sdoc" % about [" __title__" ]
135
+ htmlhelp_basename = f" { about [' __title__' ] } doc"
136
136
137
137
latex_documents = [
138
138
(
139
139
"index" ,
140
- "{}.tex" . format ( about [" __package_name__" ]) ,
141
- "{} Documentation" . format ( about [" __title__" ]) ,
140
+ f" { about [' __package_name__' ] } .tex" ,
141
+ f" { about [' __title__' ] } Documentation" ,
142
142
about ["__author__" ],
143
143
"manual" ,
144
144
)
148
148
(
149
149
"index" ,
150
150
about ["__package_name__" ],
151
- "{} Documentation" . format ( about [" __title__" ]) ,
151
+ f" { about [' __title__' ] } Documentation" ,
152
152
about ["__author__" ],
153
153
1 ,
154
154
)
157
157
texinfo_documents = [
158
158
(
159
159
"index" ,
160
- "{}" . format ( about ["__package_name__" ]) ,
161
- "{} Documentation" . format ( about [" __title__" ]) ,
160
+ about ["__package_name__" ],
161
+ f" { about [' __title__' ] } Documentation" ,
162
162
about ["__author__" ],
163
163
about ["__package_name__" ],
164
164
about ["__description__" ],
You can’t perform that action at this time.
0 commit comments