Skip to content

Commit

Permalink
hotfix - change to Dexter Industries (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLucian committed Mar 7, 2018
1 parent 625d817 commit b489bbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def __getattr__(cls, name):
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'GoPiGo3.tex', u'GoPiGo3 Documentation',
u'Robert Lucian Chiriac', 'manual'),
u'Dexter Industries', 'manual'),
]


Expand All @@ -165,7 +165,7 @@ def __getattr__(cls, name):
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'gopigo3', u'GoPiGo3 Documentation',
[author], 1)
[u'Dexter Industries'], 1)
]


Expand All @@ -176,7 +176,7 @@ def __getattr__(cls, name):
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'GoPiGo3', u'GoPiGo3 Documentation',
author, 'GoPiGo3', 'One line description of project.',
u'Dexter Industries', 'GoPiGo3', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit b489bbd

Please sign in to comment.