From: "A. Maitland Bottoms" <bottoms@debian.org>
Subject: no release_utils

Not sure what provides release_utils, and simplify sphinx output_path

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,8 +23,6 @@
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 sys.path.insert(0, os.path.abspath('.') + "/../src")
 
-from release_utils import utils  # nopep8
-
 # -- General configuration ------------------------------------------------
 
 # If your documentation needs a minimal Sphinx version, state it here.
@@ -284,7 +282,7 @@
                 os.path.join(sys.prefix, 'bin', 'sphinx-apidoc'))
         subprocess.check_call(
             [cmd_path, '-o', output_path,
-             os.path.abspath(cur_dir + "/../" + module),
+             os.path.abspath(cur_dir),
              '--separate', '--force', '--module-first', '--doc-project=API'])
 
 
