Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.bio.vein
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.bio.vein
Commits
fd9684b5
Commit
fd9684b5
authored
Nov 10, 2016
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix doc building
parent
7780c9ed
Pipeline
#5248
passed with stages
in 16 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/conf.py
doc/conf.py
+6
-0
No files found.
doc/conf.py
View file @
fd9684b5
...
...
@@ -249,6 +249,12 @@ skimage_version = '.'.join(skimage_version.split('.')[:2])
intersphinx_mapping
[
'http://scikit-image.org/docs/
%
s.x'
%
skimage_version
]
=
\
None
# Add PIL link
pil_version
=
pkg_resources
.
require
(
'pillow'
)[
0
]
.
version
pil_version
=
'.'
.
join
(
pil_version
.
split
(
'.'
)[:
2
])
intersphinx_mapping
[
'http://pillow.readthedocs.io/en/
%
s.x'
%
pil_version
]
=
\
None
# We want to remove all private (i.e. _. or __.__) members
# that are not in the list of accepted functions
accepted_private_functions
=
[
'__array__'
]
...
...
Write
Preview
Markdown
is supported
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