Hi Heinrich
On 8/16/21 7:49 PM, Heinrich Schuchardt wrote: > 'make htmldocs' does not use file doc/board/st/st.rst because the name > matches the directory name. Let's rename it to st-dt.rst. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > doc/board/st/index.rst | 2 +- > doc/board/st/{st.rst => st-dt.rst} | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename doc/board/st/{st.rst => st-dt.rst} (100%) > > diff --git a/doc/board/st/index.rst b/doc/board/st/index.rst > index 8a06a954a2..9bba42f1da 100644 > --- a/doc/board/st/index.rst > +++ b/doc/board/st/index.rst > @@ -6,5 +6,5 @@ STMicroelectronics > .. toctree:: > :maxdepth: 2 > > - st > + st-dt > stm32mp1 > diff --git a/doc/board/st/st.rst b/doc/board/st/st-dt.rst > similarity index 100% > rename from doc/board/st/st.rst > rename to doc/board/st/st-dt.rst > -- > 2.30.2 > Reviewed-by: Patrice Chotard <[email protected]> Thanks Patrice

