mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Remove copyright years from documentation. (Closes: #25)
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import datetime
|
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
@@ -45,7 +44,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'parso'
|
project = u'parso'
|
||||||
copyright = u'2012 - {today.year}, parso contributors'.format(today=datetime.date.today())
|
copyright = u'parso contributors'
|
||||||
|
|
||||||
import parso
|
import parso
|
||||||
from parso.utils import version_info
|
from parso.utils import version_info
|
||||||
|
|||||||
Reference in New Issue
Block a user