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 11steps :
22- task : NodeTool@0
33 inputs :
4- versionSpec : ' 11 .x'
5- displayName : Install Node 11 .x
4+ versionSpec : ' 12 .x'
5+ displayName : Install Node 12 .x
66- script : npm install -g appium@beta --chromedriver_version='2.44'
77 displayName : Install appium
88- 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-
91### How to check generated doc
102
113``` bash
124$cd python-client/docs
5+ $pip install -r requirements.txt
136$bash generate.sh
147$cd python-client/docs/_build/html
158$python -m http.server 1234
@@ -19,4 +12,4 @@ Access to http://localhost:1234 on web browser
1912
2013
2114### 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 1919# -- Project information -----------------------------------------------------
2020
2121project = 'Python client 1.0'
22- copyright = '2020, Appium'
22+ copyright = '2020-2021 , Appium'
2323author = 'Appium'
2424
2525# The full version, including alpha/beta/rc tags
You can’t perform that action at this time.
0 commit comments