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 addaa5b commit 58057e7Copy full SHA for 58057e7
MANIFEST.in
@@ -1,7 +1,6 @@
1
graft docs
2
prune docs/build
3
graft requirements
4
-graft src
5
graft tests
6
include contributing.rst readme_pypi.rst tox.ini
7
global-exclude *.py[cod] __pycache__ *.so
src/sphinx_codeautolink/__init__.py
@@ -82,6 +82,7 @@ def setup(app: Sphinx):
82
)
83
return {"version": __version__, "env_version": 1, "parallel_read_safe": True}
84
85
+
86
def _copy_styles(app, exc):
87
if app.builder.format == "html" and not exc:
88
css_file = Path(__file__).parent / "static" / "sphinx-codeautolink.css"
0 commit comments