mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Actually use the Python repository's revision number.
This commit is contained in:
parent
ccfd92e558
commit
6aae7cf9ff
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user