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
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SPHINXBUILD ?= uv run sphinx-build
SOURCEDIR = .
BUILDDIR = _build

Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

```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 Down
2 changes: 1 addition & 1 deletion docs/generate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
rm -rf *rst _build
sphinx-apidoc -F -H 'Appium python client' -o . ../appium/webdriver
uv run sphinx-apidoc -F -H 'Appium python client' -o . ../appium/webdriver
make html
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. Appium python client documentation master file, created by
sphinx-quickstart on Sat May 24 20:49:49 2025.
sphinx-quickstart on Mon Aug 11 09:34:52 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Expand Down
3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ dev-dependencies = [
"python-dateutil~=2.9",
"ruff~=0.12",
"types-python-dateutil~=2.9",

# for documentation
"sphinx>=4.0,<9.0",
"sphinx_rtd_theme~=3.0",
"sphinxcontrib-apidoc~=0.6",
]

[build-system]
Expand Down
490 changes: 489 additions & 1 deletion uv.lock

Large diffs are not rendered by default.