package/python-yangdoc: new package

To be used with automatic generation of YANG documentation extracted
from sysrepo at build time.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-06-28 12:54:27 +02:00
parent 31a30c736a
commit edaaa33ddc
6 changed files with 40 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_YANGDOC
bool "python-yangdoc"
select BR2_PACKAGE_PYTHON_LIBYANG #runtime
help
YANG documentation viewer based on libyang, similar output to
that of pyang -f jstree. The default output is a standalone
HTML file, called yangtree.html
https://pypi.org/project/yangdoc/