Skip to content

Commit 6da0f0f

Browse files
committed
Fix broken links
1 parent aa7cd85 commit 6da0f0f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@
5656
# Example configuration for intersphinx: refer to the Python standard library.
5757
intersphinx_mapping = {
5858
'python': ('https://docs.python.org/3', None),
59-
'networkx': ('https://networkx.github.io/', None),
60-
'sqlalchemy': ('https://docs.sqlalchemy.org/en/latest', None),
61-
'pybel': ('https://pybel.readthedocs.io/en/latest/', None),
59+
'networkx': ('https://networkx.github.io/documentation/stable', None),
6260
}
6361

6462
autodoc_member_order = 'bysource'

0 commit comments

Comments
 (0)