diff --git a/doc/conf.py b/doc/conf.py index c667df32f6d40698125a495fa521fc71c0311351..d676a72a0ceb1cfe8af62e618b5ff3eb27b82aca 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -63,7 +63,7 @@ import time copyright = u'%s, Idiap Research Institute' % time.strftime('%Y') # Grab the setup entry -distribution = pkg_resources.require('bob.bio.base')[0] +distribution = pkg_resources.require('bob.bio.gmm')[0] # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -246,7 +246,7 @@ autodoc_default_flags = ['members', 'undoc-members', 'inherited-members', 'show- # For inter-documentation mapping: from bob.extension.utils import link_documentation -intersphinx_mapping = link_documentation(['python', 'numpy', 'bob.io.base', 'bob.db.verification.utils']) +intersphinx_mapping = link_documentation(['python', 'numpy', 'bob.io.gmm', 'bob.db.verification.utils']) def setup(app):