Skip to content

Commit

Permalink
Fix doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
BJ Dierkes committed Aug 3, 2012
1 parent 7bc6a2a commit 3755f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Expand Up @@ -18,8 +18,8 @@
sys.path.insert(0, os.path.abspath('../cement/'))

# If we dont' prep an app, then we'll get runtime errors
from cement.utils.test_helper import prep
prep()
from cement.utils import test
app = test.TestApp()

# 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

0 comments on commit 3755f4c

Please sign in to comment.