On Tue, Feb 7, 2023 at 9:00 AM David Marchand <david.march...@redhat.com> wrote: > > Hello, > > On Tue, Jan 31, 2023 at 4:12 PM Maxime Coquelin > <maxime.coque...@redhat.com> wrote: > > On 1/17/23 23:36, Nicolas Chautru wrote: > > > The documentation for the Intel vRAN Boost PMD > > > is being updated in term of filename and content > > > to match with new branding and product name. > > > > > > Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> > > > --- > > > .../bbdevs/features/{acc200.ini => vrb1.ini} | 2 +- > > > doc/guides/bbdevs/{acc200.rst => vrb1.rst} | 33 ++++++++++--------- > > > 2 files changed, 18 insertions(+), 17 deletions(-) > > > rename doc/guides/bbdevs/features/{acc200.ini => vrb1.ini} (83%) > > > rename doc/guides/bbdevs/{acc200.rst => vrb1.rst} (90%) > > > > > > > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> > > Guys, the CI failure was obvious, but it seems nobody looked at it... > > http://mails.dpdk.org/archives/test-report/2023-January/341526.html > > [122/716] Generating html_guides with a custom command. > FAILED: doc/guides/html > /usr/bin/python3 ../buildtools/call-sphinx-build.py > /usr/bin/sphinx-build 23.03.0-rc0 > /home/runner/work/dpdk/dpdk/doc/guides > /home/runner/work/dpdk/dpdk/build/doc/guides -W > > Warning, treated as error: > /home/runner/work/dpdk/dpdk/doc/guides/bbdevs/index.rst:7:toctree > contains reference to nonexisting document 'bbdevs/acc200' > [123/716] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-jobstats at > exe/l2fwd-jobstats_main.c.o'. > [124/716] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-crypto at > exe/l2fwd-crypto_main.c.o'. > ninja: build stopped: subcommand failed.
Looking closer, Maxime had fixed this first issue, but it was hiding another one. /usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 23.03.0-rc0 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -W Warning, treated as error: /home/runner/work/dpdk/dpdk/doc/guides/rel_notes/release_22_11.rst:222:unknown document: ../bbdevs/acc200 [130/718] Compiling C object 'examples/c590b3c@@dpdk-l3fwd-power@exe/l3fwd-power_main.c.o'. [131/718] Compiling C object 'examples/c590b3c@@dpdk-link_status_interrupt@exe/link_status_interrupt_main.c.o'. -- David Marchand