commit | 8ec7f656134b1230ab23003a94ba3266d7064122 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Aug 15 14:28:01 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Aug 15 14:28:01 2007 +0000 |
tree | bc730d5fb3302dc375edd26b26f750d609b61d72 | |
parent | f56181ff53ba00b7bed3997a4dccd9a1b6217b57 [diff] [blame] |
Move the 2.6 reST doc tree in place.
diff --git a/Doc/tools/sphinx-build.py b/Doc/tools/sphinx-build.py new file mode 100644 index 0000000..20516b6 --- /dev/null +++ b/Doc/tools/sphinx-build.py
@@ -0,0 +1,14 @@ +# -*- coding: utf-8 -*- +""" + Sphinx - Python documentation toolchain + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + :copyright: 2007 by Georg Brandl. + :license: Python license. +""" + +import sys + +if __name__ == '__main__': + from sphinx import main + sys.exit(main(sys.argv))