From aa9a5bd20633c94b90f2362ac5e49931e5372713 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 10 Jul 2014 04:22:10 -0400 Subject: [PATCH] Remove RTD theme code --- docs/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 574910c701..01fabc764a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -221,9 +221,3 @@ man_pages = [ ('index', 'mayanedms', u'Mayan EDMS Documentation', [u'Roberto Rosario'], 1) ] - -import sphinx_rtd_theme - -html_theme = "sphinx_rtd_theme" - -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]