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.db.mobio
Commits
07906975
Commit
07906975
authored
Oct 20, 2016
by
Tiago de Freitas Pereira
Browse files
[sphinx] Fixed warning
parent
94e4dadb
Pipeline
#4995
passed with stages
in 16 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
07906975
...
...
@@ -239,7 +239,7 @@ autodoc_default_flags = [
from
bob.extension.utils
import
link_documentation
,
load_requirements
sphinx_requirements
=
"extra-intersphinx.txt"
if
os
.
path
.
exists
(
sphinx_requirements
):
intersphinx_mapping
=
link_documentation
([
'python'
,
'numpy'
]
+
additional_packages
=
load_requirements
(
sphinx_requirements
))
intersphinx_mapping
=
link_documentation
(
additional_packages
=
[
'python'
,
'numpy'
]
+
load_requirements
(
sphinx_requirements
))
else
:
intersphinx_mapping
=
link_documentation
()
...
...
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