Don't use "HOWTO" as the title for all howto .tex files.
This commit is contained in:
parent
ed29bb49f8
commit
012a1ff935
|
@ -128,7 +128,7 @@ latex_documents = [
|
|||
]
|
||||
# Collect all HOWTOs individually
|
||||
latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex',
|
||||
'HOWTO', _stdauthor, 'howto')
|
||||
'', _stdauthor, 'howto')
|
||||
for fn in os.listdir('howto')
|
||||
if fn.endswith('.rst') and fn != 'index.rst')
|
||||
|
||||
|
|
Loading…
Reference in New Issue