Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci-jobs/functional/run_appium.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
steps:
- task: NodeTool@0
inputs:
versionSpec: '11.x'
displayName: Install Node 11.x
versionSpec: '12.x'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It makes sense to move node version into env

displayName: Install Node 12.x
- script: npm install -g appium@beta --chromedriver_version='2.44'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

displayName: Install appium
- script: npm install -g opencv4nodejs
Expand Down
11 changes: 2 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
### How to generate doc

```bash
$cd python-client/docs
$pip install -r requirements.txt
$bash generate.sh
```

### How to check generated doc

```bash
$cd python-client/docs
$pip install -r requirements.txt
$bash generate.sh
$cd python-client/docs/_build/html
$python -m http.server 1234
Expand All @@ -19,4 +12,4 @@ Access to http://localhost:1234 on web browser


### How to deploy generated doc
See https://github.com/ki4070ma/python-client-sphinx#how-to-deploy for now
Handled at https://github.com/ki4070ma/python-client-sphinx
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

project = 'Python client 1.0'
copyright = '2020, Appium'
copyright = '2020-2021, Appium'
author = 'Appium'

# The full version, including alpha/beta/rc tags
Expand Down