[v3,05/10] Documentation: Add api-html/ and internal-api-html/ to docs sources
diff mbox series

Message ID 20250917201742.16406-6-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • Documentation theming update
Related show

Commit Message

Laurent Pinchart Sept. 17, 2025, 8:17 p.m. UTC
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(+)

Comments

Stefan Klug Sept. 18, 2025, 7:03 a.m. UTC | #1
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
>
Barnabás Pőcze Sept. 18, 2025, 7:29 a.m. UTC | #2
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',

Patch
diff mbox series

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',