Skip to content

Commit

Permalink
Merge pull request #34 from Pylons/docs-update
Browse files Browse the repository at this point in the history
Use dynamic date, remove unused imports
  • Loading branch information
stevepiercy committed Nov 16, 2018
2 parents 73b56f1 + bfaa69c commit 4be7b51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
# make it absolute, like shown here.
#sys.path.append(os.path.abspath('some/directory'))

import sys
import os
import datetime
import pylons_sphinx_themes

# Add and use Pylons theme
Expand All @@ -43,7 +42,8 @@

# General substitutions.
project = 'pyramid_beaker'
copyright = '2012, Agendaless Consulting <chrism@plope.com>'
thisyear = datetime.datetime.now().year
copyright = '2012-%s, Agendaless Consulting <chrism@plope.com>' % thisyear

# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
Expand Down

0 comments on commit 4be7b51

Please sign in to comment.