From 0ab1aacbc5b57d84cda296f5ff66e9e33a67eb1d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 4 Nov 2013 23:36:02 +0100 Subject: [PATCH] docs: Remove redundant Read The Docs config --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 81b0d41b..77ee897e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,11 +8,6 @@ import os import sys -# -- Read The Docs configuration ---------------------------------------------- - -RTD_NEW_THEME = True - - # -- Workarounds to have autodoc generate API docs ---------------------------- sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))