Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Do not depend on hanvin the bcolz package for rendering the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed May 25, 2016
1 parent 21e8a81 commit b20106f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
from bcolz import __version__ as version
execfile('../bcolz/version.py')
# The full version is in version variable now

# The full version, including alpha/beta/rc tags.
release = version

# The short X.Y version.
version = ".".join(version.split(".")[:2])

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

0 comments on commit b20106f

Please sign in to comment.