From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752670AbcGCMZe (ORCPT ); Sun, 3 Jul 2016 08:25:34 -0400 Received: from smtp1.goneo.de ([85.220.129.30]:53550 "EHLO smtp1.goneo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752138AbcGCMZb (ORCPT ); Sun, 3 Jul 2016 08:25:31 -0400 X-Spam-Flag: NO X-Spam-Score: -2.799 From: Markus Heiser To: Jonathan Corbet , Mauro Carvalho Chehab Cc: Markus Heiser , Hans Verkuil , Daniel Vetter , Airlie , Likely , Dunlap , Packard , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH 0/3] doc-rst: customize HTML (RTD) theme Date: Sun, 3 Jul 2016 14:24:52 +0200 Message-Id: <1467548695-16403-1-git-send-email-markus.heiser@darmarit.de> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- docs-next/sphinx-4.8