diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-16 12:02:48 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-16 12:02:48 +0900 |
commit | de3e8580c4a2cfaca2c07c794d01c1e8eb0dd384 (patch) | |
tree | b2ec23d206c32efa1e6ec93ea18626aa45a8c660 /setup.py | |
parent | 1feb3d5367a747edc931766cbfa80f07c37c49eb (diff) | |
parent | 3c3c8e7533829af03196e710c4ed09003ed701ba (diff) | |
download | sphinx-git-de3e8580c4a2cfaca2c07c794d01c1e8eb0dd384.tar.gz |
Merge branch '1.5-release'
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -191,6 +191,7 @@ class CompileGrammarCommand(Command): def sub_commands(self): pass + cmdclass['compile_grammar'] = CompileGrammarCommand |