提交 bd0ee86a authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix disabling of docgen.py introduced in December.

上级 6fae1fc7
...@@ -31,7 +31,7 @@ if __name__ == '__main__': ...@@ -31,7 +31,7 @@ if __name__ == '__main__':
'processed. Specifying files will implies --cache.') 'processed. Specifying files will implies --cache.')
sys.exit(0) sys.exit(0)
if options['--rst'] or options['--test']: if not(options['--rst'] or options['--test']):
# Default is now rst # Default is now rst
options['--rst'] = True options['--rst'] = True
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论