summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-07-19 09:00:24 +0000
committerJannis Leidel <jannis@leidel.info>2011-07-19 09:00:24 +0000
commit8f7b5024b29321ff7b6995c6616558dca16104eb (patch)
tree22c6a2b0170e5651951e6ad2eb82d975a2103b02 /docs/intro
parent0452d4c3cce8b41e01a21977cf35341712e70e7c (diff)
Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/whatsnext.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt
index 00c1654c19..fed8a71a81 100644
--- a/docs/intro/whatsnext.txt
+++ b/docs/intro/whatsnext.txt
@@ -183,6 +183,13 @@ You can get a local copy of the HTML documentation following a few easy steps:
You'll need `GNU Make`__ installed for this.
+ If you're on Windows you can alternatively use the included batch file:
+
+ .. code-block:: bat
+
+ cd path\to\django\docs
+ make.bat html
+
* The HTML documentation will be placed in ``docs/_build/html``.
.. note::