mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 01:32:32 +03:00
Merge 47288cf1e4
into 41e07772dc
This commit is contained in:
commit
25b866be78
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ import subprocess
|
||||||
ROOT = Path(__file__).parent
|
ROOT = Path(__file__).parent
|
||||||
PACKAGE_ROOT = ROOT / "spacy"
|
PACKAGE_ROOT = ROOT / "spacy"
|
||||||
|
|
||||||
|
# test
|
||||||
# Preserve `__doc__` on functions and classes
|
# Preserve `__doc__` on functions and classes
|
||||||
# http://docs.cython.org/en/latest/src/userguide/source_files_and_compilation.html#compiler-options
|
# http://docs.cython.org/en/latest/src/userguide/source_files_and_compilation.html#compiler-options
|
||||||
Options.docstrings = True
|
Options.docstrings = True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user