Skip to content

Commit

Permalink
Intersphinx to Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nehpetsde committed Jun 6, 2019
1 parent a8023ba commit 4476d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def find_meta(meta):
'sphinx.ext.intersphinx'
]
intersphinx_mapping = {
'python': ('https://docs.python.org/2.7', None),
'python': ('https://docs.python.org/3', None),
'ndeflib': ('https://ndeflib.readthedocs.io/en/stable', None),
}
autodoc_member_order = 'bysource'
Expand Down

0 comments on commit 4476d10

Please sign in to comment.