Skip to content

Commit

Permalink
Add auto-generated version to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcrail committed Apr 19, 2018
1 parent 686156f commit 2d45ef7
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 @@ -18,8 +18,10 @@
#
import os
import sys

sys.path.insert(0, os.path.abspath('../..'))

import intake_netflow

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -59,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.0.1'
version = intake_netflow.__version__
# The full version, including alpha/beta/rc tags.
release = u'0.0.1'
release = intake_netflow.__version__

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

0 comments on commit 2d45ef7

Please sign in to comment.