diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-07-19 09:00:24 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-07-19 09:00:24 +0000 |
| commit | 8f7b5024b29321ff7b6995c6616558dca16104eb (patch) | |
| tree | 22c6a2b0170e5651951e6ad2eb82d975a2103b02 /docs/internals | |
| parent | 0452d4c3cce8b41e01a21977cf35341712e70e7c (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/internals')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 39723057dd..f6d6c6f108 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -40,8 +40,8 @@ Sphinx -- ``easy_install Sphinx`` should do the trick. __ http://pygments.org -Then, building the HTML is easy; just ``make html`` from the ``docs`` -directory. +Then, building the HTML is easy; just ``make html`` (or ``make.bat html`` on +Windows) from the ``docs`` directory. To get started contributing, you'll want to read the `reStructuredText Primer`__. After that, you'll want to read about the `Sphinx-specific markup`__ |
