summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-11-04 11:28:12 +0100
committerGeorg Brandl <georg@python.org>2012-11-04 11:28:12 +0100
commitb57baac9cec4bb60040c995f4dcfa7bc1cdef891 (patch)
treee242ef44a85b7474c7ac1db4da0dd304e7b326bb /doc
parent0bb075f132467db3b6a0bddf73b8b8751741cc59 (diff)
downloadsphinx-b57baac9cec4bb60040c995f4dcfa7bc1cdef891.tar.gz
Update Sphinx URL to new sphinx-doc.org domain.
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/index.html4
-rw-r--r--doc/_templates/indexsidebar.html2
-rw-r--r--doc/conf.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 34dead7e..8db89ab5 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -62,9 +62,9 @@
<p>
You can also download PDF versions of the Sphinx documentation:
- a <a href="http://sphinx.pocoo.org/sphinx.pdf">version</a> generated from
+ a <a href="http://sphinx-doc.org/sphinx.pdf">version</a> generated from
the LaTeX Sphinx produces, and
- a <a href="http://sphinx.pocoo.org/sphinx-rst2pdf.pdf">version</a> generated
+ a <a href="http://sphinx-doc.org/sphinx-rst2pdf.pdf">version</a> generated
by rst2pdf.
</p>
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index a8129f01..c479abcb 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -14,7 +14,7 @@
<p>Get Sphinx from the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
Index</a>, or install it with:</p>
<pre>easy_install -U Sphinx</pre>
-<p>Latest <a href="http://sphinx.pocoo.org/latest/">development version docs</a>
+<p>Latest <a href="http://sphinx-doc.org/latest/">development version docs</a>
are also available.</p>
{% endif %}
diff --git a/doc/conf.py b/doc/conf.py
index 6b547edd..834b36cf 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -23,14 +23,14 @@ modindex_common_prefix = ['sphinx.']
html_static_path = ['_static']
html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']}
html_additional_pages = {'index': 'index.html'}
-html_use_opensearch = 'http://sphinx.pocoo.org'
+html_use_opensearch = 'http://sphinx-doc.org'
htmlhelp_basename = 'Sphinxdoc'
epub_theme = 'epub'
epub_basename = 'sphinx'
epub_author = 'Georg Brandl'
-epub_publisher = 'http://sphinx.pocoo.org/'
+epub_publisher = 'http://sphinx-doc.org/'
epub_scheme = 'url'
epub_identifier = epub_publisher
epub_pre_files = [('index.html', 'Welcome')]