Skip to content

Update copyright year in the docs automatically #3303

@nicoddemus

Description

@nicoddemus

copyright = u'2015, holger krekel and pytest-dev team'

We can use the same approach taken in python-trio/trio#465 and use a range:

year = datetime.datetime.utcnow().year
copyright = '2017–{}, Nathaniel J. Smith'.format(year)

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueeasy issue that is friendly to new contributorstatus: help wanteddevelopers would like help from experts on this topictype: docsdocumentation improvement, missing or needing clarification

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions