Skip to content

Commit

Permalink
docs: point intersphinx to Flask 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez authored and lnielsen committed May 14, 2018
1 parent 4d4ed1d commit ea98461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'https://docs.python.org/': None,
'flask': ('http://flask.pocoo.org/docs/0.11', None),
'flask': ('http://flask.pocoo.org/docs/0.12', None),
}

# Autodoc configuraton.
Expand Down

0 comments on commit ea98461

Please sign in to comment.