Add a "Share on your LAN" blurb to both docs how-to homes (`notes_to_self/howtodocs.md` + the dev-tips "Building these docs" section): bind the server to all ifaces — via `sphinx-autobuild --host 0.0.0.0` (live-reload) or `python -m http.server --bind 0.0.0.0` (static) — so a peer on your subnet can hit `http://<lan-ip>:8000` (`hostname -I` prints the ip). Verified a LAN-ip `curl` returns 200 + the socket binds `0.0.0.0`; includes a trusted-LAN-only caveat since it's an unauthenticated server on every interface. (this patch was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code |
||
|---|---|---|
| .. | ||
| changelog.rst | ||
| dev-tips.rst | ||
| index.rst | ||