Updates documentation config / theme footer to reflect project copyright information.
This commit is contained in:
parent
816cceae09
commit
caee57b50c
|
@ -48,8 +48,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'FoundationDB'
|
project = u'FoundationDB'
|
||||||
copyright = u'2015 Apple, Inc. All Rights Reserved.'
|
copyright = u'2013-2018 Apple, Inc and the FoundationDB project authors'
|
||||||
author = u"Stephen Pimentel"
|
|
||||||
|
|
||||||
# Load the version information from 'versions.target'
|
# Load the version information from 'versions.target'
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
|
|
Loading…
Reference in New Issue