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 e914cf6 commit 3a311d7Copy full SHA for 3a311d7
src/sphinx_codeautolink/__init__.py
@@ -1,8 +1,5 @@
1
"""Sphinx extension for linking code examples to reference documentation."""
2
3
-from importlib.resources import files
4
-from shutil import copyfile
5
-
6
from sphinx.application import Sphinx
7
8
from .extension import SphinxCodeAutoLink, backref, directive
0 commit comments