Skip to content

Commit

Permalink
fix docs build invalid intersphinx_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 9, 2024
1 parent 7ae446a commit 3baf3a7
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,20 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {
'python': ('http://docs.python.org/', None),
'phoenix': ('https://pyramid-phoenix.readthedocs.io/en/latest/', None),
'malleefowl': ('https://malleefowl.readthedocs.io/en/latest/', None),
'weaver': ('https://pavics-weaver.readthedocs.io/en/latest/', None),
'magpie': ('https://pavics-magpie.readthedocs.io/en/latest/', None),
'twitcher': ('https://twitcher.readthedocs.io/en/latest/', None),
'flyingpigeon': ('https://flyingpigeon.readthedocs.io/en/latest/', None),
'hummingbird': ('https://birdhouse-hummingbird.readthedocs.io/en/latest/', None),
'finch': ('https://finch.readthedocs.io/en/latest/', None),
'raven': ('https://pavics-raven.readthedocs.io/en/latest/', None),
'emu': ('https://emu.readthedocs.io/en/latest/', None),
'pelican': ('https://github.com/bird-house/pelican', None),
'birdy': ('https://birdy.readthedocs.io/en/latest/', None),
'bootstrap': ('https://birdhousebuilderbootstrap.readthedocs.io/en/latest/', None),
'birdhouse-deploy': ('https://birdhouse-deploy.readthedocs.io/en/latest/', None),
}

0 comments on commit 3baf3a7

Please sign in to comment.