diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-05 12:17:54 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-01-05 12:17:54 +0000 |
commit | a2176d47b5ddba85fbb0db7658ae67b70e7fb0ca (patch) | |
tree | ebfcf8327e6e4f2917d7a860f42956612c6aa733 /doc/extdev | |
parent | 2c104e9838713fdc4bb49ef8df9289f9f0381748 (diff) | |
download | sphinx-git-a2176d47b5ddba85fbb0db7658ae67b70e7fb0ca.tar.gz |
Fix deprecation warnings
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/nodes.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/extdev/nodes.rst b/doc/extdev/nodes.rst index 77872df40..5ef669468 100644 --- a/doc/extdev/nodes.rst +++ b/doc/extdev/nodes.rst @@ -59,7 +59,6 @@ Special nodes ------------- .. autoclass:: only -.. autoclass:: meta .. autoclass:: highlightlang You should not need to generate the nodes below in extensions. |