qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 05/11] docs/conf.py: Configure the 'alabaster' t


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH 05/11] docs/conf.py: Configure the 'alabaster' theme
Date: Fri, 01 Feb 2019 16:43:43 +0000
User-agent: mu4e 1.0; emacs 26.1

Peter Maydell <address@hidden> writes:

> Add the 'navigation' bar to the sidebar, which for some
> reason is not enabled by default. Remove 'relations', which
> is effectively disabled anyway and isn't useful for us.

I'm not sure what the title means... is the theme a reference to a
layout? I thought themes were colours and other such visual frippery
rather than actual content layout. But what do I know as a mere code
monkey...

Reviewed-by: Alex Bennée <address@hidden>

>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
>  docs/conf.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/docs/conf.py b/docs/conf.py
> index e1d08a34a65..348e6358740 100644
> --- a/docs/conf.py
> +++ b/docs/conf.py
> @@ -106,7 +106,8 @@ html_theme = 'alabaster'
>  # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
>  html_sidebars = {
>      '**': [
> -        'relations.html',  # needs 'show_related': True theme option to 
> display
> +        'about.html',
> +        'navigation.html',
>          'searchbox.html',
>      ]
>  }


--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]