mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 12:29:30 +02:00
Add interphinx_mapping
This commit is contained in:
@@ -45,6 +45,13 @@ extensions = [
|
|||||||
'pallets_sphinx_themes',
|
'pallets_sphinx_themes',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
intersphinx_mapping = {
|
||||||
|
'python': ('https://docs.python.org/3', None),
|
||||||
|
'flask': ('https://flask.palletsprojects.com/en/1.1.x/', None),
|
||||||
|
'cachetools': ('https://cachetools.readthedocs.io/en/stable/', None),
|
||||||
|
'requests_oauthlib': ('https://requests-oauthlib.readthedocs.io/en/latest/', None)
|
||||||
|
}
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user