Skip to content

Commit

Permalink
Update prj name
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Sep 15, 2018
1 parent 3cbdf70 commit 683a5ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'MyStack.tex', u'MyStack Documentation',
(master_doc, 'MyStack.tex', u'Omid Raha MyStack Documentation',
u'Omid Raha', 'manual'),
]

Expand Down Expand Up @@ -258,7 +258,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'mystack', u'MyStack Documentation',
(master_doc, 'mystack', u'Omid Raha MyStack Documentation',
[author], 1)
]

Expand All @@ -272,7 +272,7 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'MyStack', u'MyStack Documentation',
(master_doc, 'MyStack', u'Omid Raha MyStack Documentation',
author, 'MyStack', 'One line description of project.',
'Miscellaneous'),
]
Expand Down

0 comments on commit 683a5ba

Please sign in to comment.