On Mon, 12 Sep 2022 11:46:27 +0300 Antony Pavlov <antonynpavlov@xxxxxxxxx> wrote: Hi Sascha! Here is the barebox documentation generated in my gitlab CI/CD system with 'make docs': https://frantony.gitlab.io/-/barebox/-/jobs/3029093142/artifacts/Documentation/html/index.html and this is the barebox documentation from barebox.org: https://www.barebox.org/doc/latest/index.html The index.html pages look different (different color scheme is used, no barebox logo in the left top conner after 'make docs' etc). Could you please publish an instruction how to reproduce barebox html documentation from barebox.org? > N.B. N-dash is used! > > Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> > --- > Documentation/conf.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/conf.py b/Documentation/conf.py > index bcd8633c919..5fb8b07c380 100644 > --- a/Documentation/conf.py > +++ b/Documentation/conf.py > @@ -44,7 +44,7 @@ master_doc = 'index' > > # General information about the project. > project = u'barebox' > -copyright = u'2014, The barebox project' > +copyright = u'2014–2022, The barebox project' > > # The version info for the project you're documenting, acts as replacement for > # |version| and |release|, also used in various other places throughout the > -- > 2.37.2 > -- Best regards, Antony Pavlov