mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [RFC] Documentation/conf.py: fix copyright years
@ 2022-09-12  8:46 Antony Pavlov
  2022-09-15  6:18 ` Antony Pavlov
  2022-09-16  6:29 ` Sascha Hauer
  0 siblings, 2 replies; 5+ messages in thread
From: Antony Pavlov @ 2022-09-12  8:46 UTC (permalink / raw)
  To: barebox

N.B. N-dash is used!

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 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




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

* Re: [RFC] Documentation/conf.py: fix copyright years
  2022-09-12  8:46 [RFC] Documentation/conf.py: fix copyright years Antony Pavlov
@ 2022-09-15  6:18 ` Antony Pavlov
  2022-09-16  6:28   ` Sascha Hauer
  2022-09-16  6:29 ` Sascha Hauer
  1 sibling, 1 reply; 5+ messages in thread
From: Antony Pavlov @ 2022-09-15  6:18 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Mon, 12 Sep 2022 11:46:27 +0300
Antony Pavlov <antonynpavlov@gmail.com> 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@gmail.com>
> ---
>  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



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

* Re: [RFC] Documentation/conf.py: fix copyright years
  2022-09-15  6:18 ` Antony Pavlov
@ 2022-09-16  6:28   ` Sascha Hauer
  2022-09-16 11:41     ` Antony Pavlov
  0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2022-09-16  6:28 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

Hi Antony,

On Thu, Sep 15, 2022 at 09:18:20AM +0300, Antony Pavlov wrote:
> On Mon, 12 Sep 2022 11:46:27 +0300
> Antony Pavlov <antonynpavlov@gmail.com> 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?

We have the theme here internally. Sorry, I can't give you any
instructions on how to reproduce the docs as found on the website.
What do you need them for?

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

* Re: [RFC] Documentation/conf.py: fix copyright years
  2022-09-12  8:46 [RFC] Documentation/conf.py: fix copyright years Antony Pavlov
  2022-09-15  6:18 ` Antony Pavlov
@ 2022-09-16  6:29 ` Sascha Hauer
  1 sibling, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2022-09-16  6:29 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Mon, Sep 12, 2022 at 11:46:27AM +0300, Antony Pavlov wrote:
> N.B. N-dash is used!
> 
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
>  Documentation/conf.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

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

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

* Re: [RFC] Documentation/conf.py: fix copyright years
  2022-09-16  6:28   ` Sascha Hauer
@ 2022-09-16 11:41     ` Antony Pavlov
  0 siblings, 0 replies; 5+ messages in thread
From: Antony Pavlov @ 2022-09-16 11:41 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

On Fri, 16 Sep 2022 08:28:43 +0200
Sascha Hauer <s.hauer@pengutronix.de> wrote:

Hi Sascha!

> On Thu, Sep 15, 2022 at 09:18:20AM +0300, Antony Pavlov wrote:
> > On Mon, 12 Sep 2022 11:46:27 +0300
> > Antony Pavlov <antonynpavlov@gmail.com> 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?
> 
> We have the theme here internally. Sorry, I can't give you any
> instructions on how to reproduce the docs as found on the website.
> What do you need them for?

I want to extend my gitlab.com CI-CD scripts.

-- 
Best regards,
  Antony Pavlov



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

end of thread, other threads:[~2022-09-16 11:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-12  8:46 [RFC] Documentation/conf.py: fix copyright years Antony Pavlov
2022-09-15  6:18 ` Antony Pavlov
2022-09-16  6:28   ` Sascha Hauer
2022-09-16 11:41     ` Antony Pavlov
2022-09-16  6:29 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox