DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] ci: test manuals generation in GHA
@ 2023-10-17  8:53 David Marchand
  2023-10-17 12:28 ` Aaron Conole
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2023-10-17  8:53 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, Aaron Conole, Michael Santana

Add missing package so manuals are generated as part of the docs check.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7a2ac0ceee..e6c6267eb4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -125,7 +125,7 @@ jobs:
       run: sudo apt install -y gdb jq
     - name: Install doc generation packages
       if: env.BUILD_DOCS == 'true'
-      run: sudo apt install -y doxygen graphviz python3-sphinx
+      run: sudo apt install -y doxygen graphviz man-db python3-sphinx
         python3-sphinx-rtd-theme
     - name: Run setup
       run: |
-- 
2.41.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ci: test manuals generation in GHA
  2023-10-17  8:53 [PATCH] ci: test manuals generation in GHA David Marchand
@ 2023-10-17 12:28 ` Aaron Conole
  2023-10-18 11:02   ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron Conole @ 2023-10-17 12:28 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, bruce.richardson, Michael Santana

David Marchand <david.marchand@redhat.com> writes:

> Add missing package so manuals are generated as part of the docs check.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---

Good catch!

Reviewed-by: Aaron Conole <aconole@redhat.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ci: test manuals generation in GHA
  2023-10-17 12:28 ` Aaron Conole
@ 2023-10-18 11:02   ` David Marchand
  0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2023-10-18 11:02 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Aaron Conole, bruce.richardson, Michael Santana

On Tue, Oct 17, 2023 at 2:29 PM Aaron Conole <aconole@redhat.com> wrote:
> David Marchand <david.marchand@redhat.com> writes:
> > Add missing package so manuals are generated as part of the docs check.
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> Reviewed-by: Aaron Conole <aconole@redhat.com>

Applied, thanks.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-18 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-17  8:53 [PATCH] ci: test manuals generation in GHA David Marchand
2023-10-17 12:28 ` Aaron Conole
2023-10-18 11:02   ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).