Skip to content

Commit

Permalink
🎨 sort guides in Hall of Fame
Browse files Browse the repository at this point in the history
  • Loading branch information
brutus committed May 7, 2018
1 parent 4c03afa commit d1b873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authorship/authorship/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def process_authorlists(app, doctree, fromdocname):
link_list = nodes.bullet_list()
author_entry += link_list

for guide in guides_by_author[author]:
for guide in sorted(guides_by_author[author]):
# guide
link_entry = nodes.list_item()
link_list += link_entry
Expand Down

0 comments on commit d1b873a

Please sign in to comment.