/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/conf.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 13:05:23 UTC
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116130523-hebi5kd5f3b75yqf
Fix E226.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
]
46
46
 
47
47
latex_documents = [
48
 
    (start, target+'.tex', title, author, doc_class)
 
48
    (start, target + '.tex', title, author, doc_class)
49
49
    for start, target, title, author, doc_class in brz_documents
50
50
    ]
51
51