mirror of
https://github.com/polybar/polybar.git
synced 2025-02-17 15:55:20 -05:00
doc: Add copyright
This commit is contained in:
parent
bbdcbee068
commit
72db0538e1
1 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
#
|
||||
import os
|
||||
import datetime
|
||||
# import sys
|
||||
# sys.path.insert(0, os.path.abspath('.'))
|
||||
|
||||
|
@ -20,7 +21,9 @@ import os
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = 'Polybar User Manual'
|
||||
copyright = ''
|
||||
copyright = '2016-{}, Michael Carlberg & contributors'.format(
|
||||
datetime.datetime.now().year
|
||||
)
|
||||
author = 'Polybar Team'
|
||||
|
||||
# The short X.Y version
|
||||
|
|
Loading…
Add table
Reference in a new issue