Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
docs: Update intersphinx links to pyalsaaudio docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jun 1, 2015
1 parent 02ad25f commit 9dcf762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -90,8 +90,8 @@ def get_version(filename):
autodoc_member_order = 'bysource'

intersphinx_mapping = {
'python': ('http://docs.python.org/3', None),
'pyalsaaudio': ('http://pyalsaaudio.sourceforge.net', None),
'python': ('http://docs.python.org/3/', None),
'pyalsaaudio': ('https://larsimmisch.github.io/pyalsaaudio/', None),
}


Expand Down

0 comments on commit 9dcf762

Please sign in to comment.