Skip to content

Instantly share code, notes, and snippets.

@tomoyukiinoue
Created December 16, 2012 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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