Skip to content

Commit

Permalink
Updates version and abspath to modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Feb 19, 2016
1 parent e583c70 commit 227df55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 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('../astrodbkit/'))
sys.path.insert(0, os.path.abspath('../astrodbkit/astrodbkit/'))

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

Expand Down Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.0'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.3.0'

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

0 comments on commit 227df55

Please sign in to comment.