Skip to content

Commit

Permalink
docs now build with real coffin version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cramer authored and David Cramer committed Oct 1, 2009
1 parent 5c8a9fb commit 1cb238b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#

import coffin
# The short X.Y version.
version = '0.2'
version = '.'.join(map(str, coffin.__version__))
# The full version, including alpha/beta/rc tags.
release = '0.2'
release = '.'.join(map(str, coffin.__version__))

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 1cb238b

Please sign in to comment.