File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
steps :
2
2
- task : NodeTool@0
3
3
inputs :
4
- versionSpec : ' 11 .x'
5
- displayName : Install Node 11 .x
4
+ versionSpec : ' 12 .x'
5
+ displayName : Install Node 12 .x
6
6
- script : npm install -g appium@beta --chromedriver_version='2.44'
7
7
displayName : Install appium
8
8
- script : npm install -g opencv4nodejs
Original file line number Diff line number Diff line change 1
- ### How to generate doc
2
-
3
- ``` bash
4
- $cd python-client/docs
5
- $pip install -r requirements.txt
6
- $bash generate.sh
7
- ```
8
-
9
1
### How to check generated doc
10
2
11
3
``` bash
12
4
$cd python-client/docs
5
+ $pip install -r requirements.txt
13
6
$bash generate.sh
14
7
$cd python-client/docs/_build/html
15
8
$python -m http.server 1234
@@ -19,4 +12,4 @@ Access to http://localhost:1234 on web browser
19
12
20
13
21
14
### How to deploy generated doc
22
- See https://github.com/ki4070ma/python-client-sphinx#how-to-deploy for now
15
+ Handled at https://github.com/ki4070ma/python-client-sphinx
Original file line number Diff line number Diff line change 19
19
# -- Project information -----------------------------------------------------
20
20
21
21
project = 'Python client 1.0'
22
- copyright = '2020, Appium'
22
+ copyright = '2020-2021 , Appium'
23
23
author = 'Appium'
24
24
25
25
# The full version, including alpha/beta/rc tags
You can’t perform that action at this time.
0 commit comments