Skip to content

Commit bfa56ef

Browse files
committed
Updated docs
1 parent e335458 commit bfa56ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install:
4646
https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds | `
4747
Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
4848
throw "There are newer queued builds for this pull request, failing early." }
49-
- set OPENSSL_DIR="C:\OpenSSL-v11-Win%PYTHON_ARCH%"
49+
- set OPENSSL_DIR="C:\OpenSSL-v34-Win%PYTHON_ARCH%"
5050
- set VCLIBDIR=%WINDIR%\System32
5151
- cp %VCLIBDIR%/vcruntime*.dll ssh2/
5252
- cp %VCLIBDIR%/msvcp*.dll ssh2/

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@
176176

177177

178178
# Example configuration for intersphinx: refer to the Python standard library.
179-
intersphinx_mapping = {'https://docs.python.org/': None}
179+
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
180180
autoclass_content = "both"

0 commit comments

Comments
 (0)