Skip to content

Commit

Permalink
Minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Jul 9, 2018
1 parent 8711bed commit 05d2602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

project = u'KSConf'
copyright = u'2018, Kintyre Solutions, Inc.'
author = u'Lowell Alleman'
#author = u'Lowell Alleman'

from ksconf import version as release
from ksconf import __version__ as release, __author__ as author

# The short X.Y version
version = ".".join(release.split(".")[:-1])
Expand Down

0 comments on commit 05d2602

Please sign in to comment.