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()]