doc: (fixes #978) add project name to copyright string
Fixes an error raised by Sphinx 7.2.6 when SOURCE_DATE_EPOCH is set.
This commit is contained in:
committed by
Gabriel Ferreira
parent
3602894c8e
commit
98baaeb9a4
@@ -63,7 +63,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'ns-3 project'
|
||||
copyright = u'2006-2019'
|
||||
copyright = u'2006-2019, ns-3 project'
|
||||
#author = u'test'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
|
||||
Reference in New Issue
Block a user