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 <[email protected]> Authored: Sat Mar 7 17:25:45 2015 -0500 Committer: Pierre-Luc Dion <[email protected]> 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
