We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71091f5 commit c27abb4Copy full SHA for c27abb4
appveyor.yml
@@ -41,7 +41,7 @@ build_script:
41
42
after_build:
43
- if "%configuration%"=="Release" cd "%APPVEYOR_BUILD_FOLDER%"\docs
44
- - if "%configuration%"=="Release" set PATH=C:\Python310-x64;C:\Python310-x64\Scripts;%PATH%
+ - if "%configuration%"=="Release" set PATH=C:\Python311-x64;C:\Python311-x64\Scripts;%PATH%
45
- if "%configuration%"=="Release" python -m pip install --upgrade pip
46
- if "%configuration%"=="Release" pip install -U sphinx
47
- if "%configuration%"=="Release" make.bat html
0 commit comments