From 2c659f033b4683a84195d35e38350ee7ab227bb1 Mon Sep 17 00:00:00 2001 From: Seth House Date: Wed, 16 Apr 2014 23:58:58 -0600 Subject: [PATCH] Remove RTD check for theme selection --- doc/conf.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 3943dc2f88..c0b9e4f492 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -107,7 +107,6 @@ import salt.version formulas_dir = os.path.join(os.pardir, docs_basepath, 'formulas') -on_rtd = os.environ.get('READTHEDOCS', None) == 'True' # ----- Intersphinx Settings ------------------------------------------------> intersphinx_mapping = { @@ -167,12 +166,10 @@ extlinks = { locale_dirs = ['locale/'] gettext_compact = False # <---- Localization --------------------------------------------------------- -### HTML options -if on_rtd: - html_theme = 'default' -else: - html_theme = 'saltstack' + +### HTML options +html_theme = 'saltstack' html_theme_path = ['_themes'] html_title = None html_short_title = 'Salt'