Fix building the webapi docs.
Review Request #4992 — Created Nov. 18, 2013 and submitted
Fix building the webapi docs.
My changes to define string types using
six.text_type
means that the type can
now be 'unicode
' instead of 'str
'. This works fine in the API, but the docs
generator didn't know how to interpret that.
Built the API docs.