mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-04-27 18:24:44 +00:00
Port to Sphinx 8.0
The old `intersphinx_mapping` format has been removed; it must now map identifiers to (target, inventory) tuples.
This commit is contained in:
parent
8d6419eec8
commit
bd233206a2
1 changed files with 5 additions and 3 deletions
|
|
@ -28,9 +28,11 @@ add_function_parentheses = True
|
|||
pygments_style = 'sphinx'
|
||||
|
||||
intersphinx_mapping = {
|
||||
'http://docs.python.org/2.7': None,
|
||||
'http://docs.djangoproject.com/en/1.9':
|
||||
'http://docs.djangoproject.com/en/1.9/_objects/',
|
||||
'python': ('https://docs.python.org/3', None),
|
||||
'django': (
|
||||
'https://docs.djangoproject.com/en/dev',
|
||||
'https://docs.djangoproject.com/en/dev/_objects/',
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue