mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Actually use the Python repository's revision number.
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ from cStringIO import StringIO
|
|||||||
from sphinx.application import Sphinx
|
from sphinx.application import Sphinx
|
||||||
from sphinx.util.console import nocolor
|
from sphinx.util.console import nocolor
|
||||||
|
|
||||||
__version__ = '$Revision: 5369 $'[11:-2]
|
__version__ = '$Revision$'[11:-2]
|
||||||
|
|
||||||
|
|
||||||
def usage(argv, msg=None):
|
def usage(argv, msg=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user