summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-05-19 09:11:10 -0400
committerTim Graham <timograham@gmail.com>2016-05-19 09:12:42 -0400
commitd1c6e063ffa69df6e8408151bd5d78408b81d8f5 (patch)
tree00f6c59bd07a6595b34be20dfed8e8747cfbfe45 /docs
parent3a7f76a876d0fdaddf0755c29ba910822395fe8c (diff)
[1.9.x] Fixed #26637 -- Removed obsolete note in docs/internals/contributing/writing-documentation.txt
Backport of 2e1d44e46d1ea3d8c9fdc5c323a127f51006f6c3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing/writing-documentation.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt
index 8cb50392f2..12aebe2f95 100644
--- a/docs/internals/contributing/writing-documentation.txt
+++ b/docs/internals/contributing/writing-documentation.txt
@@ -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.