Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit eed5ade

Browse files
committed
Updated conf.py per @mrioan
1 parent defbbdf commit eed5ade

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"""
166166
elif tags.has('spring'):
167167
rst_prolog = """
168-
.. |project| replace:: Stormpath Spring Security WebMVC Integration
168+
.. |project| replace:: Stormpath Spring WebMVC Integration
169169
.. |apptype| replace:: application
170170
"""
171171

@@ -265,7 +265,7 @@
265265
elif tags.has('springboot'):
266266
htmlhelp_basename = 'StormpathDefaultSpringBootStarterDoc'
267267
elif tags.has('spring'):
268-
htmlhelp_basename = 'StormpathSpringSecurityWebMVCDoc'
268+
htmlhelp_basename = 'StormpathSpringWebMVCIntegrationDoc'
269269

270270
# Make the default syntax highlighting target Javascript code snippets.
271271
highlight_language = 'java'
@@ -303,7 +303,7 @@
303303
]
304304
elif tags.has('spring'):
305305
latex_documents = [
306-
('index', 'StormpathSpringSecurityWebMVC.tex', u'Stormpath Spring Security WebMVC Integration Documentation',
306+
('index', 'StormpathSpringWebMVCIntegration.tex', u'Stormpath Spring WebMVC Integration Documentation',
307307
u'Stormpath, Inc.', 'manual'),
308308
]
309309

@@ -373,8 +373,8 @@
373373
]
374374
elif tags.has('spring'):
375375
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.',
378378
'Miscellaneous'),
379379
]
380380

0 commit comments

Comments
 (0)