|
119 | 119 | 'description': 'Generic activity streams for Django', |
120 | 120 | 'github_user': 'justquick', |
121 | 121 | 'github_repo': 'django-activity-stream', |
122 | | - 'travis_button': True, |
123 | 122 | 'gittip_user': 'justquick', |
124 | 123 | 'analytics_id': 'UA-42089198-1' |
125 | 124 | } |
|
139 | 138 | # Grouping the document tree into LaTeX files. List of tuples |
140 | 139 | # (source start file, target name, title, author, documentclass [howto/manual]). |
141 | 140 | latex_documents = [ |
142 | | - ('index', 'DjangoActivityStream.tex', u'Django Activity Stream Documentation', |
143 | | - u'Justin Quick', 'manual'), |
| 141 | + ('index', 'DjangoActivityStream.tex', 'Django Activity Stream Documentation', |
| 142 | + 'Justin Quick', 'manual'), |
144 | 143 | ] |
145 | 144 |
|
146 | 145 | # The name of an image file (relative to this directory) to place at the top of |
|
172 | 171 | # One entry per manual page. List of tuples |
173 | 172 | # (source start file, name, description, authors, manual section). |
174 | 173 | man_pages = [ |
175 | | - ('index', 'djangoactivitystream', u'Django Activity Stream Documentation', |
176 | | - [u'Justin Quick'], 1) |
| 174 | + ('index', 'djangoactivitystream', 'Django Activity Stream Documentation', |
| 175 | + ['Justin Quick'], 1) |
177 | 176 | ] |
0 commit comments