diff options
| author | Georg Brandl <georg@python.org> | 2008-11-02 23:52:49 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-11-02 23:52:49 +0100 |
| commit | 1e6f72ddebbd9117e558c7b8a2e1c80c6d6d90c0 (patch) | |
| tree | ea6da884f21c52ad2753e22cb786c49167d97240 /doc/_templates | |
| parent | c5b711793a83c260c7f341743cc460c730875d1b (diff) | |
| download | sphinx-1e6f72ddebbd9117e558c7b8a2e1c80c6d6d90c0.tar.gz | |
Update repo location.
Diffstat (limited to 'doc/_templates')
| -rw-r--r-- | doc/_templates/index.html | 4 | ||||
| -rw-r--r-- | doc/_templates/indexsidebar.html | 6 |
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 %} |
