mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update obsolete comment about Mercurial
Sphinx has been maintained in Git since 2015.
This commit is contained in:
parent
ef60dbfce0
commit
da148eceb8
@ -42,7 +42,7 @@ package_dir = path.abspath(path.dirname(__file__))
|
|||||||
|
|
||||||
__display_version__ = __version__ # used for command line version
|
__display_version__ = __version__ # used for command line version
|
||||||
if __version__.endswith('+'):
|
if __version__.endswith('+'):
|
||||||
# try to find out the changeset hash if checked out from hg, and append
|
# try to find out the commit hash if checked out from git, and append
|
||||||
# it to __version__ (since we use this value from setup.py, it gets
|
# it to __version__ (since we use this value from setup.py, it gets
|
||||||
# automatically propagated to an installed copy as well)
|
# automatically propagated to an installed copy as well)
|
||||||
__display_version__ = __version__
|
__display_version__ = __version__
|
||||||
|
Loading…
Reference in New Issue
Block a user