Re: [PATCH] RFC: sphinx: adopt kernel readthedoc theme

2021-01-19 Thread Bin Meng
On Mon, Nov 16, 2020 at 6:57 PM Marc-André Lureau wrote: > > Hi, > > On Thu, Nov 5, 2020 at 8:03 PM wrote: > > > > From: Marc-André Lureau > > > > The default "alabaster" sphinx theme has a couple shortcomings: > > - the navbar moves along the page > > - the search bar is not always at the same

Re: [PATCH] RFC: sphinx: adopt kernel readthedoc theme

2021-01-19 Thread John Snow
On 11/16/20 5:56 AM, Marc-André Lureau wrote: Hi, On Thu, Nov 5, 2020 at 8:03 PM wrote: From: Marc-André Lureau The default "alabaster" sphinx theme has a couple shortcomings: - the navbar moves along the page - the search bar is not always at the same place - it lacks some contrast and col

Re: [PATCH] RFC: sphinx: adopt kernel readthedoc theme

2020-11-16 Thread Marc-André Lureau
Hi, On Thu, Nov 5, 2020 at 8:03 PM wrote: > > From: Marc-André Lureau > > The default "alabaster" sphinx theme has a couple shortcomings: > - the navbar moves along the page > - the search bar is not always at the same place > - it lacks some contrast and colours > > The "rtd" theme from readthe

Re: [PATCH] RFC: sphinx: adopt kernel readthedoc theme

2020-11-05 Thread no-reply
: sphinx: adopt kernel readthedoc theme === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT

[PATCH] RFC: sphinx: adopt kernel readthedoc theme

2020-11-05 Thread marcandre . lureau
From: Marc-André Lureau The default "alabaster" sphinx theme has a couple shortcomings: - the navbar moves along the page - the search bar is not always at the same place - it lacks some contrast and colours The "rtd" theme from readthedocs.org is a popular third party theme used notably by the