diff options
| author | Georg Brandl <georg@python.org> | 2014-01-12 19:44:04 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-12 19:44:04 +0100 |
| commit | 1c77a305a14b26add4d3a94e56f4bab8f053458a (patch) | |
| tree | cbb620d934ef2edafacb2250d75fb7530f9b9b0b /MANIFEST.in | |
| parent | eb963480526b6c1b901ad031bd4152914af1f482 (diff) | |
| download | sphinx-1c77a305a14b26add4d3a94e56f4bab8f053458a.tar.gz | |
Closes #1152: Fix pycode parsing errors of Python 3 code by including two grammar
versions for Python 2 and 3, and loading the appropriate version for the
running Python version.
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index ddd0186d..5db26b81 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -20,7 +20,8 @@ recursive-include sphinx/ext/autosummary/templates * recursive-include tests * recursive-include utils * recursive-include custom_fixers * -include sphinx/pycode/Grammar.txt +include sphinx/pycode/Grammar-py2.txt +include sphinx/pycode/Grammar-py3.txt recursive-include doc * prune doc/_build |
