Skip to content

Commit 58057e7

Browse files
committed
f
1 parent addaa5b commit 58057e7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
graft docs
22
prune docs/build
33
graft requirements
4-
graft src
54
graft tests
65
include contributing.rst readme_pypi.rst tox.ini
76
global-exclude *.py[cod] __pycache__ *.so

src/sphinx_codeautolink/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def setup(app: Sphinx):
8282
)
8383
return {"version": __version__, "env_version": 1, "parallel_read_safe": True}
8484

85+
8586
def _copy_styles(app, exc):
8687
if app.builder.format == "html" and not exc:
8788
css_file = Path(__file__).parent / "static" / "sphinx-codeautolink.css"

0 commit comments

Comments
 (0)