Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

import sys
import os
import datetime

import coalib

Expand Down Expand Up @@ -51,7 +52,8 @@

# General information about the project.
project = 'coala'
copyright = '2017, The coala Developers'
year = datetime.datetime.now().year
copyright = str(year) + ", The coala Developers"
author = 'The coala Developers'

# The version info for the project you're documenting, acts as replacement for
Expand Down