Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Fix version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWhited committed May 29, 2015
1 parent b8d18fe commit 7569abf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import os
import sys

from rawkit import VERSION

on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

sys.path.insert(0, os.path.abspath('..'))
Expand Down Expand Up @@ -62,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0'
version = VERSION
# The full version, including alpha/beta/rc tags.
release = '0.0'
release = VERSION

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

0 comments on commit 7569abf

Please sign in to comment.