Added WTForms documentation.

This commit is contained in:
Armin Ronacher 2010-04-19 02:22:59 +02:00
parent 73a47a0db1
commit ce18d4575d
6 changed files with 115 additions and 10 deletions

View file

@ -242,5 +242,6 @@ latex_documents = [
intersphinx_mapping = {
'http://docs.python.org/dev': None,
'http://werkzeug.pocoo.org/documentation/dev/': None,
'http://www.sqlalchemy.org/docs/': None
'http://www.sqlalchemy.org/docs/': None,
'http://wtforms.simplecodes.com/docs/0.5/': None
}