Skip to content

Commit 77df403

Browse files
committed
point sphinx docs to latest stable version of paramiko
1 parent 0da9825 commit 77df403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def __setattr__(self, name, value):
266266
]
267267

268268
intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),
269-
'paramiko': ('https://docs.paramiko.org/en/2.1/', None)}
269+
'paramiko': ('https://docs.paramiko.org/en/stable/', None)}
270270

271271
# The name of an image file (relative to this directory) to place at the top of
272272
# the title page.

0 commit comments

Comments
 (0)