mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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:
parent
0452d4c3cc
commit
8f7b5024b2
4 changed files with 181 additions and 3 deletions
|
@ -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`__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue