Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB73D17A4A for ; Sat, 27 Sep 2014 12:59:06 +0000 (UTC) Received: (qmail 75665 invoked by uid 500); 27 Sep 2014 12:59:06 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 75630 invoked by uid 500); 27 Sep 2014 12:59:06 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 75621 invoked by uid 99); 27 Sep 2014 12:59:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Sep 2014 12:59:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 34DE99B72DF; Sat, 27 Sep 2014 12:59:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pdion891@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: revert css override Date: Sat, 27 Sep 2014 12:59:06 +0000 (UTC) Repository: cloudstack-docs-rn Updated Branches: refs/heads/4.4 240363566 -> ce9aae601 revert css override Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/ce9aae60 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/ce9aae60 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/ce9aae60 Branch: refs/heads/4.4 Commit: ce9aae6018c8eb40e44dab10ce6f857c300e77d9 Parents: 2403635 Author: Pierre-Luc Dion Authored: Sat Sep 27 08:58:47 2014 -0400 Committer: Pierre-Luc Dion Committed: Sat Sep 27 08:58:47 2014 -0400 ---------------------------------------------------------------------- source/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/ce9aae60/source/conf.py ---------------------------------------------------------------------- diff --git a/source/conf.py b/source/conf.py index 563b89d..8f8bf42 100644 --- a/source/conf.py +++ b/source/conf.py @@ -159,11 +159,11 @@ html_logo = '_static/images/acslogo.png' # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -html_context = { - 'css_files': [ - '_static/theme_overrides.css', # overrides for wide tables in RTD theme - ], - } +#html_context = { +# 'css_files': [ +# '_static/theme_overrides.css', # overrides for wide tables in RTD theme +# ], +# } # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation.