mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update repo location.
This commit is contained in:
4
doc/_templates/index.html
vendored
4
doc/_templates/index.html
vendored
@@ -74,7 +74,7 @@
|
|||||||
package on the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
|
package on the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
|
||||||
Index</a>.
|
Index</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>The code can be found on the Python SVN server, under
|
<p>The code can be found in a Mercurial repository, at
|
||||||
<tt>http://svn.python.org/projects/doctools</tt>.</p>
|
<tt>http://bitbucket.org/birkenfeld/sphinx/</tt>.</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
6
doc/_templates/indexsidebar.html
vendored
6
doc/_templates/indexsidebar.html
vendored
@@ -1,9 +1,9 @@
|
|||||||
<h3>Download</h3>
|
<h3>Download</h3>
|
||||||
{% if version.endswith('(SVN)') %}
|
{% if version.endswith('(hg)') %}
|
||||||
<p>This documentation is for version <b>{{ version }}</b>, which is
|
<p>This documentation is for version <b>{{ version }}</b>, which is
|
||||||
not released yet.</p>
|
not released yet.</p>
|
||||||
<p>You can check it out from
|
<p>You can use it from the
|
||||||
<a href="http://svn.python.org/projects/doctools">Subversion</a> or look for
|
<a href="http://bitbucket.org/birkenfeld/sphinx/">Mercurial repo</a> or look for
|
||||||
released versions in the <a href="http://pypi.python.org/pypi/Sphinx">Python
|
released versions in the <a href="http://pypi.python.org/pypi/Sphinx">Python
|
||||||
Package Index</a>.</p>
|
Package Index</a>.</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ from sphinx.util.console import darkred, nocolor, color_terminal
|
|||||||
|
|
||||||
__revision__ = '$Revision$'
|
__revision__ = '$Revision$'
|
||||||
__version__ = '0.5'
|
__version__ = '0.5'
|
||||||
__released__ = '0.5 (SVN)'
|
__released__ = '0.5 (hg)'
|
||||||
|
|
||||||
|
|
||||||
def usage(argv, msg=None):
|
def usage(argv, msg=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user