Topic pages: remove authors table (#2823)
This table is not too useful, and for some reason we're not properly mangling email addresses in the table. For simplicity, just omit the table.
This commit is contained in:
parent
e447c5476a
commit
520cc0bbe7
|
@ -189,6 +189,7 @@ class PEPZeroWriter:
|
||||||
|
|
||||||
self.emit_newline()
|
self.emit_newline()
|
||||||
|
|
||||||
|
if is_pep0:
|
||||||
# PEP owners
|
# PEP owners
|
||||||
authors_dict = _verify_email_addresses(peps)
|
authors_dict = _verify_email_addresses(peps)
|
||||||
max_name_len = max(len(author_name) for author_name in authors_dict)
|
max_name_len = max(len(author_name) for author_name in authors_dict)
|
||||||
|
|
Loading…
Reference in New Issue