Repository: cloudstack-docs-install Updated Branches: refs/heads/master 67998f24b -> 47d5abd31
fix table formating test3 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/47d5abd3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/47d5abd3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/47d5abd3 Branch: refs/heads/master Commit: 47d5abd31349d12d68a56cd3fcf2b92966dca6f8 Parents: 67998f2 Author: Pierre-Luc Dion <[email protected]> Authored: Sat Mar 7 17:45:07 2015 -0500 Committer: Pierre-Luc Dion <[email protected]> Committed: Sat Mar 7 17:45:07 2015 -0500 ---------------------------------------------------------------------- source/_template/layout.html | 2 -- source/conf.py | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/47d5abd3/source/_template/layout.html ---------------------------------------------------------------------- diff --git a/source/_template/layout.html b/source/_template/layout.html deleted file mode 100644 index 0b9e410..0000000 --- a/source/_template/layout.html +++ /dev/null @@ -1,2 +0,0 @@ -{% extends "!layout.html" %} -{% set css_files = css_files + ["_static/theme_overrides.css"] %} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/47d5abd3/source/conf.py ---------------------------------------------------------------------- diff --git a/source/conf.py b/source/conf.py index 4c2bdb4..168d876 100644 --- a/source/conf.py +++ b/source/conf.py @@ -37,6 +37,9 @@ extensions = [] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] +def setup(app): + app.add_stylesheet("theme_overrides.css") + # Localization locale_dirs = ['./locale/'] gettext_compact = False
