Skip to content

Commit

Permalink
fixing documenation configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Apr 6, 2017
1 parent 32cbc25 commit ae91e8c
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 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
import karr_lab_build_utils
import wc_rules

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

Expand Down Expand Up @@ -55,7 +55,7 @@
master_doc = 'index'

# General information about the project.
project = u'Karr Lab build utilities'
project = u'wc_rules'
copyright = u'2016, Karr Lab'
author = u'Jonathan Karr'

Expand All @@ -64,7 +64,7 @@
# built documents.
#
# The short X.Y version.
version = karr_lab_build_utils.__version__
version = wc_rules.__version__
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit ae91e8c

Please sign in to comment.