Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrunelle9 committed Apr 26, 2021
2 parents 4ad1240 + a417048 commit 2d8026a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# DataSud documentation build configuration file, created by
# OPenIG documentation build configuration file, created by
# sphinx-quickstart on Mon Oct 30 07:38:35 2017.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -162,7 +162,7 @@ def setup(app):
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'DataSud.tex', u'DataSud Documentation',
(master_doc, 'OPenIG.tex', u'OPenIG Documentation',
u'IDGO', 'manual'),
]

Expand All @@ -172,7 +172,7 @@ def setup(app):
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'datasud', u'DataSud Documentation',
(master_doc, 'OPenIG', u'OPenIG Documentation',
[author], 1)
]

Expand All @@ -183,7 +183,7 @@ def setup(app):
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'DataSud', u'DataSud Documentation',
author, 'DataSud', 'One line description of project.',
(master_doc, 'OPenIG', u'OPenIG Documentation',
author, 'OPenIG', 'One line description of project.',
'Miscellaneous'),
]

0 comments on commit 2d8026a

Please sign in to comment.