Fixed #21141 -- Update Sphinx URL

Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/.
This commit is contained in:
Rogério Yokomizo 2013-09-22 14:34:30 -03:00
parent ce0c5c38ea
commit 1b4b710355
5 changed files with 7 additions and 7 deletions

View file

@ -42,7 +42,7 @@ Django's documentation uses the Sphinx__ documentation system, which in turn
is based on docutils__. The basic idea is that lightly-formatted plain-text
documentation is transformed into HTML, PDF, and any other output format.
__ http://sphinx.pocoo.org/
__ http://sphinx-doc.org/
__ http://docutils.sourceforge.net/
To actually build the documentation locally, you'll currently need to install
@ -141,7 +141,7 @@ Django-specific markup
Besides the `Sphinx built-in markup`__, Django's docs defines some extra
description units:
__ http://sphinx.pocoo.org/markup/desc.html
__ http://sphinx-doc.org/markup/desc.html
* Settings::
@ -305,7 +305,7 @@ look better:
* Add `info field lists`__ where appropriate.
__ http://sphinx.pocoo.org/markup/desc.html#info-field-lists
__ http://sphinx-doc.org/markup/desc.html#info-field-lists
* Whenever possible, use links. So, use ``:setting:`ADMIN_FOR``` instead
of ````ADMIN_FOR````.