Skip to content

Instantly share code, notes, and snippets.

@tomoyukiinoue
Created December 16, 2012 08:50
Show Gist options
  • Save tomoyukiinoue/4305518 to your computer and use it in GitHub Desktop.
Save tomoyukiinoue/4305518 to your computer and use it in GitHub Desktop.
Django 1.4の日本語ドキュメントをビルドする
# 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