labgrid-project / labgrid

Embedded systems control library for development, testing and installation
https://labgrid.readthedocs.io/
Other
343 stars 177 forks source link

doc/configuration: fix dead wiki.tizen.org links by using archive.org's #1543

Closed QSchulz closed 1 week ago

QSchulz commented 1 week ago

Description

I wasn't able to reach the Wiki in the last few days, I guess since the Tizen project is stopped, they stopped serving the wiki?

Let's use links from archive.org instead.

cd doc/
python3 -m venv venv
source venv/bin/activate
python3 -m pip install sphinx sphinx_rtd_theme setuptools
make html
python3 -m http.server -d .build/html
# Click on links, it works.

Checklist