summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-02 23:52:49 +0100
committerGeorg Brandl <georg@python.org>2008-11-02 23:52:49 +0100
commit1e6f72ddebbd9117e558c7b8a2e1c80c6d6d90c0 (patch)
treeea6da884f21c52ad2753e22cb786c49167d97240 /doc/_templates
parentc5b711793a83c260c7f341743cc460c730875d1b (diff)
downloadsphinx-1e6f72ddebbd9117e558c7b8a2e1c80c6d6d90c0.tar.gz
Update repo location.
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/index.html4
-rw-r--r--doc/_templates/indexsidebar.html6
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 0b7cbc56..dd34b634 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -74,7 +74,7 @@
package on the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
Index</a>.
</p>
- <p>The code can be found on the Python SVN server, under
- <tt>http://svn.python.org/projects/doctools</tt>.</p>
+ <p>The code can be found in a Mercurial repository, at
+ <tt>http://bitbucket.org/birkenfeld/sphinx/</tt>.</p>
{% endblock %}
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index e755dc74..01d94d12 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -1,9 +1,9 @@
<h3>Download</h3>
-{% if version.endswith('(SVN)') %}
+{% if version.endswith('(hg)') %}
<p>This documentation is for version <b>{{ version }}</b>, which is
not released yet.</p>
-<p>You can check it out from
- <a href="http://svn.python.org/projects/doctools">Subversion</a> or look for
+<p>You can use it from the
+ <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
Package Index</a>.</p>
{% else %}