mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Update the intersphinx cached indexes
In case we build docs offline, we want to have a cached copy of the documentation refs that are in the intersphinx docs we reference. Update those to the lattest versions from their respective upstreams
This commit is contained in:
Binary file not shown.
BIN
docs/docsite/jinja2-2.9.7.inv
Normal file
BIN
docs/docsite/jinja2-2.9.7.inv
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/docsite/python3-3.6.2.inv
Normal file
BIN
docs/docsite/python3-3.6.2.inv
Normal file
Binary file not shown.
@@ -226,5 +226,5 @@ latex_documents = [
|
||||
autoclass_content = 'both'
|
||||
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/2', (None, '../python2-2.7.13.inv')),
|
||||
'python3': ('https://docs.python.org/3', (None, '../python3-3.6.1.inv')),
|
||||
'jinja2': ('http://jinja.pocoo.org/docs', (None, 'jinja2-2.9.6.inv'))}
|
||||
'python3': ('https://docs.python.org/3', (None, '../python3-3.6.2.inv')),
|
||||
'jinja2': ('http://jinja.pocoo.org/docs', (None, 'jinja2-2.9.7.inv'))}
|
||||
|
||||
Reference in New Issue
Block a user