Skip to content

Commit 2515d91

Browse files
authored
Update conf.py (#20)
* Update conf.py * Update setup.cfg
1 parent 6411a91 commit 2515d91

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
intersphinx_mapping = {
5858
'python': ('https://docs.python.org/3', None),
5959
'networkx': ('https://networkx.github.io/documentation/stable', None),
60-
'sqlalchemy': ('https://docs.sqlalchemy.org/en/13/', None),
61-
'pybel': ('https://pybel.readthedocs.io/en/latest/', None),
6260
}
6361

6462
autodoc_member_order = 'bysource'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = 0.0.5-dev
77
description = Compute diffusion scores over networks
88
long_description = file: README.rst
99

10-
# URLs associated with PyBEL
10+
# URLs associated with DiffuPy
1111
url = https://github.com/multipaths/DiffuPy
1212
download_url = https://github.com/multipaths/DiffuPy
1313
project_urls =

0 commit comments

Comments
 (0)