sphinx/tests/test_builders/xpath_data.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
172 B
Python
Raw Normal View History

from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from typing import Final
2024-08-11 08:58:56 -05:00
FIGURE_CAPTION: Final[str] = './/figure/figcaption/p'