Created
December 16, 2012 08:50
Django 1.4の日本語ドキュメントをビルドする
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install sphinx by easy_install | |
$ sudo easy_install sphinx | |
# Clone django-docs-ja from github | |
$ git clone git://github.com/django-docs-ja/django-docs-ja.git | |
$ cd django-docs-ja | |
$ make html | |
$ open _build/html/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment