10000 Add linkcheck to readthedocs CI (#1253) · python-kasa/python-kasa@1eaae37 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1eaae37

Browse files
authored
Add linkcheck to readthedocs CI (#1253)
1 parent a82ee56 commit 1eaae37

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ build:
66
os: ubuntu-22.04
77
tools:
88
python: "3"
9+
jobs:
10+
pre_build:
11+
- python -m sphinx -b linkcheck docs/source/ $READTHEDOCS_OUTPUT/linkcheck
912

1013
python:
1114
install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ See [supported devices in our documentation](SUPPORTED.md) for more detailed inf
211211

212212
### Developer Resources
213213

214-
* [softScheck's github contains lot of information and wireshark dissector](https://github.com/softScheck/tplink-smartplug#wireshark-dissector)
214+
* [softScheck's github contains lot of information and wireshark dissector](https://github.com/softScheck/tplink-smartplug)
215215
* [TP-Link Smart Home Device Simulator](https://github.com/plasticrake/tplink-smarthome-simulator)
216216
* [Unofficial API documentation](https://github.com/plasticrake/tplink-smarthome-api)
217217
* [Another unofficial API documentation](https://github.com/whitslack/kasa)

docs/source/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Note that this will perform state changes on the device.
4949
## Analyzing network captures
5050

5151
The simplest way to add support for a new device or to improve existing ones is to capture traffic between the mobile app and the device.
52-
After capturing the traffic, you can either use the [softScheck's wireshark dissector](https://github.com/softScheck/tplink-smartplug#wireshark-dissector)
52+
After capturing the traffic, you can either use the [softScheck's wireshark dissector](https://github.com/softScheck/tplink-smartplug)
5353
or the `parse_pcap.py` script contained inside the `devtools` directory.
5454
Note, that this works currently only on kasa-branded devices which use port 9999 for communications.
5555

0 commit comments

Comments
 (0)
0