mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merged in techtonik/sphinx (pull request #222)
Make 'python -m sphinx.quickstart' possible
This commit is contained in:
commit
5be6c44352
@ -1309,3 +1309,7 @@ def main(argv=sys.argv):
|
|||||||
print('[Interrupted.]')
|
print('[Interrupted.]')
|
||||||
return
|
return
|
||||||
generate(d)
|
generate(d)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
sys.exit(main(sys.argv))
|
||||||
|
Loading…
Reference in New Issue
Block a user