This commit is contained in:
uu4f5 2025-05-29 21:56:26 +08:00 committed by GitHub
commit 25b866be78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ import subprocess
ROOT = Path(__file__).parent
PACKAGE_ROOT = ROOT / "spacy"
# test
# Preserve `__doc__` on functions and classes
# http://docs.cython.org/en/latest/src/userguide/source_files_and_compilation.html#compiler-options
Options.docstrings = True