New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/32636#issuecomment-914087031 Comment: After the update of `gi-docgen` a few days ago, I get a new error: ``` [51/57] Generating doc-fwupd with a custom command FAILED: docs/libfwupd /usr/bin/gi-docgen generate --quiet --add-include-path=/builddir/fwupd-1.6.3/build/docs/../libfwupd --config=docs/fwupd.toml --output-dir=docs/libfwupd --no-namespace-dir --content-dir=/builddir/fwupd-1.6.3/docs libfwupd/Fwupd-2.0.gir Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/gidocgen/gidocmain.py", line 74, in run res = options.run_func(options) File "/usr/lib/python3.9/site-packages/gidocgen/gdgenerate.py", line 2837, in run gen_reference(conf, options, parser.get_repository(), templates_dir, theme_conf, content_dirs, output_dir) File "/usr/lib/python3.9/site-packages/gidocgen/gdgenerate.py", line 2767, in gen_reference src = utils.find_extra_content_file(content_dirs, config.urlmap_file) File "/usr/lib/python3.9/site-packages/gidocgen/utils.py", line 880, in find_extra_content_file raise FileNotFoundError(f"Content file {file} not found in any content directory") FileNotFoundError: Content file ../urlmap.js not found in any content directory ``` is the file urlmap.js supposed to be provided by fwupd?