mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Remove plugins from built docs for now
This commit is contained in:
parent
fd7bfbe86b
commit
7659ec905d
|
@ -67,7 +67,7 @@ release = version
|
|||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ['_build']
|
||||
exclude_patterns = ['_build', 'plugins.rst']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||
#default_role = None
|
||||
|
@ -243,4 +243,4 @@ def setup(app):
|
|||
skip_api_docs = False
|
||||
|
||||
if skip_api_docs:
|
||||
exclude_patterns = ['_build', 'PIL.rst', 'plugins.rst']
|
||||
exclude_patterns += ['PIL.rst']
|
||||
|
|
Loading…
Reference in New Issue
Block a user