Bug 917988 - Remove copyright string from build docs config because it isn't used

DONTBUILD (NPOTB)
This commit is contained in:
Gregory Szorc 2013-10-10 09:50:29 -07:00
parent 4a5c30eda0
commit 3efcfe98ec

View File

@ -26,7 +26,6 @@ source_suffix = '.rst'
master_doc = 'index'
project = u'Mozilla Build System'
year = datetime.now().year
copyright = u'%s, Mozilla Foundation, CC BY-SA 3.0 or any later version' % year
# Grab the version from the source tree's milestone.
with open(os.path.join(mozilla_dir, 'config', 'milestone.txt'), 'rt') as fh: