mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Also skip plugins.rst if skip_api_docs
This commit is contained in:
parent
85adb13d57
commit
92d391c847
|
@ -243,4 +243,4 @@ def setup(app):
|
|||
skip_api_docs = False
|
||||
|
||||
if skip_api_docs:
|
||||
exclude_patterns = ['_build', 'PIL.rst']
|
||||
exclude_patterns = ['_build', 'PIL.rst', 'plugins.rst']
|
||||
|
|
Loading…
Reference in New Issue
Block a user