Skip to content

Commit

Permalink
path added to conf for autobuild versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dereneaton committed Nov 4, 2015
1 parent 7cf307e commit 24ecdd6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys

import os
import sys
import shlex
import ipyrad

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath(".."))

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -57,6 +62,7 @@
# built documents.
#
# The short X.Y version.
import ipyrad
version = ipyrad.__version__
# The full version, including alpha/beta/rc tags.
release = ipyrad.__version__
Expand Down

0 comments on commit 24ecdd6

Please sign in to comment.