mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-08 05:34:51 +08:00
Remove some Python 3.6 references
This commit is contained in:
@@ -273,7 +273,7 @@ autodoc_default_flags = []
|
||||
# -- Options for intersphinx module --------------------------------------------
|
||||
|
||||
intersphinx_mapping = {
|
||||
'http://docs.python.org/': ('https://docs.python.org/3.6', None),
|
||||
'http://docs.python.org/': ('https://docs.python.org/3.8', None),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user