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
This commit is contained in:
Jannis Leidel 2011-07-19 09:00:24 +00:00
parent 0452d4c3cc
commit 8f7b5024b2
4 changed files with 181 additions and 3 deletions

View file

@ -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`__