Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a5aa20

Browse filesBrowse files
committed
Fix interference with other autodoc-skip-member signal handlers
1 parent 471f23d commit 2a5aa20
Copy full SHA for 2a5aa20

File tree

2 files changed

+7
-1
lines changed
Filter options

2 files changed

+7
-1
lines changed

‎CHANGES.rst

Copy file name to clipboardExpand all lines: CHANGES.rst
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Unreleased
5+
----------
6+
7+
* [ `#35 <https://github.com/edoburu/sphinxcontrib-django/issues/35>`_ ] Fix interference with other ``autodoc-skip-member`` signal handlers
8+
9+
410
Version 2.1 (2023-03-01)
511
------------------------
612

‎sphinxcontrib_django/docstrings/__init__.py

Copy file name to clipboardExpand all lines: sphinxcontrib_django/docstrings/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def autodoc_skip(app, what, name, obj, skip, options):
144144
if name in INCLUDE_MEMBERS:
145145
return False
146146

147-
return skip
147+
return None
148148

149149

150150
def improve_docstring(app, what, name, obj, options, lines):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.