Message ID | 20250917201742.16406-6-laurent.pinchart@ideasonboard.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
Hi Laurent, Thank you for the patch. Quoting Laurent Pinchart (2025-09-17 22:17:36) > 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> Regards, Stefan > --- > Documentation/meson.build | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/meson.build b/Documentation/meson.build > index f73407432fff..8cf7775902f3 100644 > --- a/Documentation/meson.build > +++ b/Documentation/meson.build > @@ -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', > -- > Regards, > > Laurent Pinchart >
2025. 09. 17. 22:17 keltezéssel, Laurent Pinchart írta: > 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: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> > Documentation/meson.build | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/meson.build b/Documentation/meson.build > index f73407432fff..8cf7775902f3 100644 > --- a/Documentation/meson.build > +++ b/Documentation/meson.build > @@ -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',
diff --git a/Documentation/meson.build b/Documentation/meson.build index f73407432fff..8cf7775902f3 100644 --- a/Documentation/meson.build +++ b/Documentation/meson.build @@ -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',
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> --- Documentation/meson.build | 2 ++ 1 file changed, 2 insertions(+)