Skip to content
GitLab
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
01c9d122
Commit
01c9d122
authored
Oct 02, 2016
by
Tiago de Freitas Pereira
Browse files
Replaced conf.py
parent
5c331b84
Pipeline
#4235
passed with stages
in 89 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
01c9d122
...
...
@@ -111,7 +111,7 @@ pygments_style = 'sphinx'
# Some variables which are useful for generated material
project_variable
=
project
.
replace
(
'.'
,
'_'
)
short_description
=
u
'
Run Gaussian mixture model based algorithm
s'
short_description
=
u
'
Tools for running biometric recognition experiment
s'
owner
=
[
u
'Idiap Research Institute'
]
...
...
@@ -216,8 +216,13 @@ autodoc_default_flags = [
]
# For inter-documentation mapping:
from
bob.extension.utils
import
link_documentation
intersphinx_mapping
=
link_documentation
()
from
bob.extension.utils
import
link_documentation
,
load_requirements
sphinx_requirements
=
"./extra-intersphinx.txt"
if
os
.
path
.
exists
(
sphinx_requirements
):
intersphinx_mapping
=
link_documentation
(
additional_packages
=
load_requirements
(
sphinx_requirements
))
else
:
intersphinx_mapping
=
link_documentation
()
# We want to remove all private (i.e. _. or __.__) members
# that are not in the list of accepted functions
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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