We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7cd85 commit 6da0f0fCopy full SHA for 6da0f0f
1 file changed
docs/source/conf.py
@@ -56,9 +56,7 @@
56
# Example configuration for intersphinx: refer to the Python standard library.
57
intersphinx_mapping = {
58
'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),
+ 'networkx': ('https://networkx.github.io/documentation/stable', None),
62
}
63
64
autodoc_member_order = 'bysource'
0 commit comments