We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a95fb6 commit 2b34fb3Copy full SHA for 2b34fb3
Doc/tools/extensions/availability.py
@@ -2,10 +2,10 @@
2
3
from __future__ import annotations
4
from docutils import nodes
5
-from sphinx import addnodes
6
from sphinx.util import logging
7
from sphinx.util.docutils import SphinxDirective
8
-
+from sphinx.application import Sphinx
+from sphinx.util.typing import ExtensionMetadata
9
10
class Availability(SphinxDirective):
11
has_content = True
0 commit comments