Hi Simon, On Sun, Aug 7, 2022 at 9:25 AM Simon Glass <s...@chromium.org> wrote: > > Link to patman's documentation from the doc/ directory so that it appears > in the 'make htmldocs' output.
Presumably this will show up on readthedocs? Seems like a nice addition. The rename of README to README.rst would break "patman -H" feature. Perhaps sed s/README/README.rst/ -i toosl/patman/main.py ? Ralph