Skip to content

Commit

Permalink
Merge branch 'main' into distutils-refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 4, 2021
2 parents be2d138 + 56b4383 commit e47f289
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Expand Up @@ -139,7 +139,7 @@
]

# Allow linking objects on other Sphinx sites seamlessly:
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'python2': ('https://docs.python.org/2', None),
}
intersphinx_mapping.update(
python=('https://docs.python.org/3', None),
python2=('https://docs.python.org/2', None),
)

0 comments on commit e47f289

Please sign in to comment.