mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 21:00:33 +03:00
Update intersphinx URLs to point to Python 3 docs
Python 3 docs are more up to date and reflect the future of Python. Removed unused py3 marker.
This commit is contained in:
parent
3cdc0bc6e5
commit
85926bef5a
|
@ -61,9 +61,8 @@ except ImportError:
|
|||
release = version
|
||||
|
||||
intersphinx_mapping = {
|
||||
'py': ('https://docs.python.org/2', None),
|
||||
'py3': ('https://docs.python.org/3', None),
|
||||
}
|
||||
'py': ('https://docs.python.org/3', None),
|
||||
}
|
||||
|
||||
# Pattern to generate links to the bug tracker
|
||||
ticket_url = 'https://github.com/psycopg/psycopg2/issues/%s'
|
||||
|
|
Loading…
Reference in New Issue
Block a user