You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pd...@apache.org on 2015/03/07 23:25:59 UTC

cloudstack-docs-install git commit: remove table css override

Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/master f463946a8 -> 20c4d2070


remove table css override


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/20c4d207
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/20c4d207
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/20c4d207

Branch: refs/heads/master
Commit: 20c4d2070e7708f64454a334089fe404a1cc7c58
Parents: f463946
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Sat Mar 7 17:25:45 2015 -0500
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Sat Mar 7 17:25:45 2015 -0500

----------------------------------------------------------------------
 source/conf.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/20c4d207/source/conf.py
----------------------------------------------------------------------
diff --git a/source/conf.py b/source/conf.py
index b089c97..4c2bdb4 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -144,11 +144,11 @@ if not on_rtd:
 # 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