diff --git a/doc/conf.py b/doc/conf.py index 757a5f0362d..6b30ba832b7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -245,13 +245,9 @@ def write_latest_release_file(): #'sidebarlinkcolor': '#355F7C', #'headfont': 'Trebuchet MS' #} -sys.path.append(os.path.abspath('_themes')) -html_theme_path = ['_themes'] -html_theme = 'sphinx-theme-okfn' -html_theme_options = { - 'logo_icon': 'ckanlogo.png', - 'show_version': True - } +#sys.path.append(os.path.abspath('_themes')) +#html_theme_path = ['_themes'] +#html_theme = 'sphinx_rtd_theme' html_sidebars = { '**': ['globaltoc.html'],