Skip to content

Commit 84368d4

Browse files
committed
fixed sphinx config
1 parent ce993e2 commit 84368d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
# (source start file, name, description, authors, manual section).
279279
man_pages = [
280280
('index', 'griddataformats', u'gridDataFormats Documentation',
281-
authors.split(), u'Jesse Johnson'], 1)
281+
authors.split(), 1)
282282
]
283283

284284
# If true, show URL addresses after external links.
@@ -292,7 +292,7 @@
292292
# dir menu entry, description, category)
293293
texinfo_documents = [
294294
('index', 'gridDataFormats', u'gridDataFormats Documentation',
295-
u'Oliver Beckstein', 'gridDataFormats', 'One line description of project.',
295+
authors, 'gridDataFormats', 'Grid structure for regular data together with common format readers.',
296296
'Miscellaneous'),
297297
]
298298

0 commit comments

Comments
 (0)