Add intersphinx_mapping for sqlalchemy
This would fix the docs build failures with sqlalchemy 1.4.27. Change-Id: Iae37cb89667ae95d93eca7ea71122b7de59cee7f
This commit is contained in:
parent
bf9186a37e
commit
2c5f6e7a80
@ -73,7 +73,7 @@ extensions = ['sphinx.ext.autodoc',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx.ext.todo',
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.doctest',
|
||||
'sphinxcontrib.apidoc',
|
||||
'openstackdocstheme',
|
||||
@ -85,6 +85,10 @@ extensions = ['sphinx.ext.autodoc',
|
||||
'ext.tablefromtext',
|
||||
'stevedore.sphinxext']
|
||||
|
||||
intersphinx_mapping = {
|
||||
'types_typedecorator': ('https://docs.sqlalchemy.org', None),
|
||||
}
|
||||
|
||||
# policy sample file generation
|
||||
policy_generator_config_file = '../../etc/heat/heat-policy-generator.conf'
|
||||
sample_policy_basename = '_static/heat'
|
||||
|
Loading…
Reference in New Issue
Block a user