Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.gmm
Commits
b49cea41
Commit
b49cea41
authored
Jun 01, 2015
by
Manuel Günther
Browse files
Fixed docu config
parent
73df3cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
b49cea41
...
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment