commit | f4839b0d74d8678a8e08964ce3e5899a77d8375f | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Thu Sep 06 13:47:24 2012 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Thu Sep 06 13:47:24 2012 -0400 |
tree | 71209d9dc679279eff73e916e947507be553e5ce | |
parent | 02b5f3f369d9dceaf197eac540ce5797d1a07250 [diff] [blame] |
Prep for 1.0 release.
diff --git a/docs/build.sh b/docs/build.sh index 1b26cfe..b0eb937 100755 --- a/docs/build.sh +++ b/docs/build.sh
@@ -25,4 +25,4 @@ export GOOGLE_APPENGINE=$HOME/projects/google_appengine/ export DJANGO_SETTINGS_MODULE=fakesettings export PYTHONPATH=`pwd`/..:$GOOGLE_APPENGINE -epydoc --output epy --graph classtree --docformat plaintext apiclient oauth2client +epydoc --output epy --graph classtree --parse-only --docformat plaintext apiclient oauth2client