|
165 | 165 | """ |
166 | 166 | elif tags.has('spring'): |
167 | 167 | rst_prolog = """ |
168 | | - .. |project| replace:: Stormpath Spring Security WebMVC Integration |
| 168 | + .. |project| replace:: Stormpath Spring WebMVC Integration |
169 | 169 | .. |apptype| replace:: application |
170 | 170 | """ |
171 | 171 |
|
|
265 | 265 | elif tags.has('springboot'): |
266 | 266 | htmlhelp_basename = 'StormpathDefaultSpringBootStarterDoc' |
267 | 267 | elif tags.has('spring'): |
268 | | - htmlhelp_basename = 'StormpathSpringSecurityWebMVCDoc' |
| 268 | + htmlhelp_basename = 'StormpathSpringWebMVCIntegrationDoc' |
269 | 269 |
|
270 | 270 | # Make the default syntax highlighting target Javascript code snippets. |
271 | 271 | highlight_language = 'java' |
|
303 | 303 | ] |
304 | 304 | elif tags.has('spring'): |
305 | 305 | latex_documents = [ |
306 | | - ('index', 'StormpathSpringSecurityWebMVC.tex', u'Stormpath Spring Security WebMVC Integration Documentation', |
| 306 | + ('index', 'StormpathSpringWebMVCIntegration.tex', u'Stormpath Spring WebMVC Integration Documentation', |
307 | 307 | u'Stormpath, Inc.', 'manual'), |
308 | 308 | ] |
309 | 309 |
|
|
373 | 373 | ] |
374 | 374 | elif tags.has('spring'): |
375 | 375 | texinfo_documents = [ |
376 | | - (master_doc, 'StormpathSpringSecurityWebMVC', u'Stormpath Spring Security WebMVC Integration Documentation', |
377 | | - u'Stormpath', 'StormpathSpringSecurityWebMVC', 'Documentation for the Stormpath Spring Security WebMVC Integration.', |
| 376 | + (master_doc, 'StormpathSpringWebMVCIntegration', u'Stormpath Spring WebMVC Integration Documentation', |
| 377 | + u'Stormpath', 'StormpathSpringWebMVCIntegration', 'Documentation for the Stormpath Spring WebMVC Integration.', |
378 | 378 | 'Miscellaneous'), |
379 | 379 | ] |
380 | 380 |
|
|
0 commit comments