Skip to content

Commit

Permalink
Updated links for intersphinx_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Apr 9, 2021
1 parent b74ccd9 commit cd26368
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Expand Up @@ -40,11 +40,11 @@
'sphinxcontrib.spelling'
]
intersphinx_mapping = {
'python': ('http://docs.python.org/3/', None),
'python': ('https://docs.python.org/3/', None),
'django': ('https://docs.djangoproject.com/en/2.2/', 'https://docs.djangoproject.com/en/2.2/_objects/'),
'classytags': ('http://readthedocs.org/docs/django-classy-tags/en/latest/', None),
'sekizai': ('http://readthedocs.org/docs/django-sekizai/en/latest/', None),
'treebeard': ('http://django-treebeard.readthedocs.io/en/latest/', None),
'classytags': ('https://django-classy-tags.readthedocs.io/en/latest/', None),
'sekizai': ('https://django-sekizai.readthedocs.io/en/latest/', None),
'treebeard': ('https://django-treebeard.readthedocs.io/en/latest/', None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit cd26368

Please sign in to comment.