This [line](https://github.com/aishpant/attribute-documentation/blob/master/abi2doc/doc.py) in `doc.py` fails with an index out of bounds error: kernel_version = sorted(tags, key=StrictVersion)[0] Error should be caught and handled.
This line in
doc.pyfails with an index out of bounds error:kernel_version = sorted(tags, key=StrictVersion)[0]
Error should be caught and handled.