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:
parent
eec4434b9b
commit
fe2e17f7cd
6 changed files with 2 additions and 2 deletions
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'))}
|
||||
|
|
Loading…
Reference in a new issue