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:
Martin Quinson
2023-11-19 18:06:57 -03:00
committed by Gabriel Ferreira
parent 3602894c8e
commit 98baaeb9a4
3 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,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