From 98baaeb9a41c7aea75a2f82dee9dec1137f02304 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 19 Nov 2023 18:06:57 -0300 Subject: [PATCH] doc: (fixes #978) add project name to copyright string Fixes an error raised by Sphinx 7.2.6 when SOURCE_DATE_EPOCH is set. --- doc/manual/source/conf.py | 2 +- doc/models/source/conf.py | 2 +- doc/tutorial/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py index 46a0f3ba6..2d67cb02a 100644 --- a/doc/manual/source/conf.py +++ b/doc/manual/source/conf.py @@ -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 diff --git a/doc/models/source/conf.py b/doc/models/source/conf.py index 63294ce75..06ab3bb92 100644 --- a/doc/models/source/conf.py +++ b/doc/models/source/conf.py @@ -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 diff --git a/doc/tutorial/source/conf.py b/doc/tutorial/source/conf.py index 129370698..57e2cf89a 100644 --- a/doc/tutorial/source/conf.py +++ b/doc/tutorial/source/conf.py @@ -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