Skip to content

Commit

Permalink
docs: update copyright year automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored and zimnx committed Nov 25, 2020
1 parent f0c0188 commit a5ba58f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
import os
import sys
from datetime import date
from sphinx.util import logging
import recommonmark
from recommonmark.transform import AutoStructify
Expand Down Expand Up @@ -41,7 +42,7 @@

# General information about the project.
project = 'Scylla Documentation Theme and Extensions'
copyright = u'2012, ScyllaDB. All rights reserved.'
copyright = str(date.today().year) + ', ScyllaDB. All rights reserved.'
author = u'Scylla Project Contributors'

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

0 comments on commit a5ba58f

Please sign in to comment.