Skip to content

Commit 53ca547

Browse files
committed
Updates RST Docs
1 parent c05903b commit 53ca547

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'dj-rest-auth'
47-
copyright = u'2018, iMerica Inc.'
47+
copyright = u'2020, @iMerica'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -227,7 +227,7 @@
227227
# (source start file, name, description, authors, manual section).
228228
man_pages = [
229229
('index', 'dj-rest-auth', u'dj-rest-auth Documentation',
230-
[u'iMerica Inc.'], 1)
230+
[u'@iMerica'], 1)
231231
]
232232

233233
# If true, show URL addresses after external links.
@@ -241,7 +241,7 @@
241241
# dir menu entry, description, category)
242242
texinfo_documents = [
243243
('index', 'dj-rest-auth', u'dj-rest-auth Documentation',
244-
u'iMerica Inc.', 'dj-rest-auth', 'One line description of project.',
244+
u'@iMerica', 'dj-rest-auth', 'One line description of project.',
245245
'Miscellaneous'),
246246
]
247247

0 commit comments

Comments
 (0)