Merge branch 'docs_copyright_year' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal
2019-05-28 19:12:24 +05:30

View File

@@ -11,6 +11,7 @@ import os
import re
import subprocess
import sys
import time
from functools import partial
from docutils import nodes
@@ -32,7 +33,7 @@ str_version = importlib.import_module('kitty.constants').str_version
# -- Project information -----------------------------------------------------
project = 'kitty'
copyright = '2018, Kovid Goyal'
copyright = time.strftime('%Y, Kovid Goyal')
author = 'Kovid Goyal'
building_man_pages = 'man' in sys.argv