Skip to content

Commit

Permalink
change intersphinx mapping to newer python version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmirgut committed Mar 27, 2017
1 parent 3656811 commit 7e51146
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 @@ -177,7 +177,7 @@ def __getattr__(cls, name):


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {'https://docs.python.org/3.4': None}


def linkcode_resolve(domain, info):
Expand Down

0 comments on commit 7e51146

Please sign in to comment.