Skip to content

Commit 67c0b5f

Browse files
committed
Fix type checking against latest Sphinx
1 parent c4db7eb commit 67c0b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoapi/directives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class NestedParse(Directive):
4848
duplicate headings on sections.
4949
"""
5050

51-
has_content = 1
51+
has_content = True
5252
required_arguments = 0
5353
optional_arguments = 0
5454
final_argument_whitespace = False

0 commit comments

Comments
 (0)