mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #4100: Remove debug print from autodoc extension
This commit is contained in:
parent
db36b42e55
commit
fd0a56bd37
1
CHANGES
1
CHANGES
@ -17,6 +17,7 @@ Bugs fixed
|
||||
----------
|
||||
|
||||
* #4085: Failed PDF build from image in parsed-literal using ``:align:`` option
|
||||
* #4100: Remove debug print from autodoc extension
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
@ -971,7 +971,6 @@ class Documenter(object):
|
||||
# keep documented attributes
|
||||
keep = True
|
||||
isattr = True
|
||||
print(membername, keep)
|
||||
elif want_all and membername.startswith('_'):
|
||||
# ignore members whose name starts with _ by default
|
||||
keep = self.options.private_members and \
|
||||
|
Loading…
Reference in New Issue
Block a user