Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorJeremy Maitin-Shepard <jeremy@jeremyms.com>2022-03-11 16:02:41 +0300
committerGitHub <noreply@github.com>2022-03-11 16:02:41 +0300
commitf3277570b72460290cf8649296385579bf61c44f (patch)
tree243c6357db187360a9886300948f7796ee87d5cb /sphinx
parent8aa785fe5da0f6d810efbf043188c03b4b19868c (diff)
Update sphinx/util/cfamily.py
Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/util/cfamily.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/cfamily.py b/sphinx/util/cfamily.py
index a69b9d7da..87c2d67b3 100644
--- a/sphinx/util/cfamily.py
+++ b/sphinx/util/cfamily.py
@@ -15,7 +15,7 @@ from typing import Any, Callable, List, Match, Optional, Pattern, Tuple, Union
from docutils import nodes
from docutils.nodes import TextElement
-import sphinx.addnodes
+from sphinx import addnodes
from sphinx.config import Config
from sphinx.util import logging