mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
Fixed broken link to Jinja objects.inv
This commit is contained in:
parent
38c2089476
commit
7cdc0dfae3
@ -12,6 +12,10 @@ Bug Fixes
|
||||
Fixed incorrect indentation in generated documentation when a class with no
|
||||
constructor has a summary line spanning multiple lines.
|
||||
|
||||
Trivial/Internal Changes
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
* Fixed broken link to Jinja objects.inv.
|
||||
|
||||
|
||||
v1.8.2 (2021-07-26)
|
||||
-------------------
|
||||
|
@ -27,7 +27,7 @@ autoapi_dirs = ['../autoapi']
|
||||
autoapi_generate_api_docs = False
|
||||
|
||||
intersphinx_mapping = {
|
||||
'jinja': ('https://jinja.palletsprojects.com/en/master/', None),
|
||||
'jinja': ('https://jinja.palletsprojects.com/en/3.0.x/', None),
|
||||
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
|
||||
'python': ('https://docs.python.org/3/', None),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user