forked from orbit-oss/flask
enable intersphinx
This commit is contained in:
parent
0ff3f722c1
commit
84efe4de77
1 changed files with 8 additions and 8 deletions
16
docs/conf.py
16
docs/conf.py
|
|
@ -24,14 +24,14 @@ extensions = [
|
||||||
]
|
]
|
||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
# 'python': ('https://docs.python.org/3/', None),
|
'python': ('https://docs.python.org/3/', None),
|
||||||
# 'werkzeug': ('http://werkzeug.pocoo.org/docs/', None),
|
'werkzeug': ('http://werkzeug.pocoo.org/docs/', None),
|
||||||
# 'click': ('http://click.pocoo.org/', None),
|
'click': ('http://click.pocoo.org/', None),
|
||||||
# 'jinja': ('http://jinja.pocoo.org/docs/', None),
|
'jinja': ('http://jinja.pocoo.org/docs/', None),
|
||||||
# 'itsdangerous': ('https://pythonhosted.org/itsdangerous', None),
|
'itsdangerous': ('https://pythonhosted.org/itsdangerous', None),
|
||||||
# 'sqlalchemy': ('https://docs.sqlalchemy.org/en/latest/', None),
|
'sqlalchemy': ('https://docs.sqlalchemy.org/en/latest/', None),
|
||||||
# 'wtforms': ('https://wtforms.readthedocs.io/en/latest/', None),
|
'wtforms': ('https://wtforms.readthedocs.io/en/latest/', None),
|
||||||
# 'blinker': ('https://pythonhosted.org/blinker/', None),
|
'blinker': ('https://pythonhosted.org/blinker/', None),
|
||||||
}
|
}
|
||||||
|
|
||||||
# HTML -----------------------------------------------------------------
|
# HTML -----------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue