]> git.alsa-project.org Git - alsa-python.git/commit
doc: Port from htmllib to html.parser HTMLParser
authorTormod Volden <debian.tormod@gmail.com>
Sat, 17 Aug 2024 17:50:12 +0000 (19:50 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 14 Apr 2025 08:05:58 +0000 (10:05 +0200)
commit24bd0266242e221448ef398568796bd956d9b801
treec0760225a3a439ff1bf2ad7cae959a08b07eb461
parent139c00a3122b141c00b39ab9b1e355ac38f1e371
doc: Port from htmllib to html.parser HTMLParser

htmllib was deprecated in 2.6 and removed in 3.x.

Instead of dealing with non-breakable space in the HTMLParser,
transform to spaces in parse_asoundlib_api() instead.

At the same time adjust to the current ALSA API web page format.

Closes: https://github.com/alsa-project/alsa-python/pull/15
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
doc/APICoverage.py