From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754991AbcGERzd (ORCPT ); Tue, 5 Jul 2016 13:55:33 -0400 Received: from lists.s-osg.org ([54.187.51.154]:54503 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752016AbcGERzP (ORCPT ); Tue, 5 Jul 2016 13:55:15 -0400 Date: Tue, 5 Jul 2016 14:55:09 -0300 From: Mauro Carvalho Chehab To: Jonathan Corbet Cc: Markus Heiser , Hans Verkuil , Daniel Vetter , Airlie , Likely , Dunlap , Packard , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 0/3] doc-rst: customize HTML (RTD) theme Message-ID: <20160705145509.62f1dd24@recife.lan> In-Reply-To: <1467548695-16403-1-git-send-email-markus.heiser@darmarit.de> References: <1467548695-16403-1-git-send-email-markus.heiser@darmarit.de> Organization: Samsung X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jon, I hope you don't mind. I'm merging those three patches on my tree (for now, they're on an experimental tree that I can easily rebase, if needed). If OK for you, my plan is to merge it on a separate branch, together with the other patches for Documentation/linux_tv. They actually apply outside Documentation/linux_tv, but are needed in order to fix the display of the long tables we have at the media doc. If you want to take a look of the patches I'm adding there, they're all at: https://git.linuxtv.org//mchehab/experimental.git/log/?h=docs-next (please notice that I rebase this tree from time to time, as needed). Regards, Mauro Em Sun, 3 Jul 2016 14:24:52 +0200 Markus Heiser escreveu: > From: Markus Heiser > > The default layout of the RTD HTML theme has some tweaks, discussed in the > linux-doc ML [1][2]. > > This series adds a boilerplate to customize HTML themes and it fix the tweaks > (mainly) for tables, captions and inline literals. > > Since there is no (vast) table in Jon's docs-next yet, this RFC has to be tested > with Mauro's docs-next branch which includes the linux_tv doc (see chapter > "Media Bus Formats" for vast tables). If you don't like merge it all just for a > test, pull it from my linux_tv_migration branch at: > > https://github.com/return42/linux.git linux_tv_migration > > Any comments are welcome > > -- Markus -- > > [1] http://article.gmane.org/gmane.linux.kernel/2216509 > [2] http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/101099 > > > Markus Heiser (3): > doc-rst: boilerplate HTML theme customization > doc-rst: customize RTD theme, table & full width > doc-rst: customize RTD theme, captions & inline literal > > Documentation/conf.py | 9 ++++- > Documentation/sphinx-static/theme_overrides.css | 53 +++++++++++++++++++++++++ > 2 files changed, 61 insertions(+), 1 deletion(-) > create mode 100644 Documentation/sphinx-static/theme_overrides.css > -- Thanks, Mauro