doc: Add copyright

This commit is contained in:
patrick96 2019-01-03 22:16:45 +01:00 committed by Patrick Ziegler
parent bbdcbee068
commit 72db0538e1

View File

@ -13,6 +13,7 @@
# documentation root, use os.path.abspath to make it absolute, like shown here. # documentation root, use os.path.abspath to make it absolute, like shown here.
# #
import os import os
import datetime
# import sys # import sys
# sys.path.insert(0, os.path.abspath('.')) # sys.path.insert(0, os.path.abspath('.'))
@ -20,7 +21,9 @@ import os
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'Polybar User Manual' project = 'Polybar User Manual'
copyright = '' copyright = '2016-{}, Michael Carlberg & contributors'.format(
datetime.datetime.now().year
)
author = 'Polybar Team' author = 'Polybar Team'
# The short X.Y version # The short X.Y version