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.vein
Commits
5a8f768e
Commit
5a8f768e
authored
Apr 12, 2018
by
André Anjos
💬
Browse files
Pillow online manual is gone - link against stable
parent
a7b2f7f1
Pipeline
#18741
passed with stages
in 35 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/conf.py
View file @
5a8f768e
...
...
@@ -243,10 +243,7 @@ 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
intersphinx_mapping
[
'http://pillow.readthedocs.io/en/stable'
]
=
None
# 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