diff --git a/doc/conf.py b/doc/conf.py index 021f7111d..f8a9d8fdc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -168,7 +168,7 @@ # Configuration for intersphinx enabling linking other projects intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), - 'pyglet': ('https://pyglet.readthedocs.io/en/latest/', None), + 'pyglet': ('https://pyglet.readthedocs.io/en/development/', None), 'PIL': ('https://pillow.readthedocs.io/en/stable', None), 'pymunk': ('https://www.pymunk.org/en/latest/', None), }