-
Notifications
You must be signed in to change notification settings - Fork 52
Commit 7f035c1
Make requires_rfc.py properly set parents of nodes
The requires_rfc.py docs extension was not properly setting the parent
node when adding child text nodes. This caused a hiccup in newer
versions of Sphinx, meaning we could not generate new documentation.
This commit should fix that by using methods to clear and set the
children, as opposed to directly setting the child list.1 parent 8310103 commit 7f035c1
1 file changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | - | ||
51 | + | ||
52 | + | ||
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
|
0 commit comments