mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #14005 - Removed a few unneeded workarounds in the Sphinx extension. Thanks for the report and patch, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
fad4a93275
commit
cd8758ef4d
3 changed files with 48 additions and 111 deletions
|
@ -15,6 +15,11 @@ __ http://docutils.sourceforge.net/
|
|||
To actually build the documentation locally, you'll currently need to install
|
||||
Sphinx -- ``easy_install Sphinx`` should do the trick.
|
||||
|
||||
.. note::
|
||||
|
||||
Generation of the Django documentation will work with Sphinx version 0.6
|
||||
or newer, but we recommend going straigh to Sphinx 1.0 or newer.
|
||||
|
||||
Then, building the html is easy; just ``make html`` from the ``docs`` directory.
|
||||
|
||||
To get started contributing, you'll want to read the `ReStructuredText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue