Commit d1c6e063 authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Fixed #26637 -- Removed obsolete note in...

[1.9.x] Fixed #26637 -- Removed obsolete note in docs/internals/contributing/writing-documentation.txt

Backport of 2e1d44e4 from master
parent 3a7f76a8
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -48,15 +48,6 @@ __ http://docutils.sourceforge.net/
To actually build the documentation locally, you'll currently need to install
Sphinx -- ``pip install Sphinx`` should do the trick.

.. note::

    Building the Django documentation requires Sphinx 1.0.2 or newer. Sphinx
    also requires the Pygments__ library for syntax highlighting; building the
    Django documentation requires Pygments 1.1 or newer (a new-enough version
    should automatically be installed along with Sphinx).

__ http://pygments.org

Then, building the HTML is easy; just ``make html`` (or ``make.bat html`` on
Windows) from the ``docs`` directory.