Documentation: Add api-html/ and internal-api-html/ to docs sources

The api-html/index.rst and internal-api-html/index.rst files are
missing from docs_sources. Changes to those files therefore don't
trigger a documentation rebuild. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2025-09-16 17:59:06 +03:00
parent 8b8b01381d
commit b42da3b975

View File

@@ -150,6 +150,7 @@ if sphinx.found()
sphinx_conf_dir = fs.parent(sphinx_conf)
docs_sources = [
'api-html/index.rst',
'camera-sensor-model.rst',
'code-of-conduct.rst',
'coding-style.rst',
@@ -164,6 +165,7 @@ if sphinx.found()
'guides/pipeline-handler.rst',
'guides/tracing.rst',
'index.rst',
'internal-api-html/index.rst',
'introduction.rst',
'lens_driver_requirements.rst',
'libcamera_architecture.rst',