From f986fe062be59a34707db7b15eda130ce16366db Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 4 Nov 2013 09:50:21 -0800 Subject: This is now the default theme on RTD --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8e0fc7be..7f4c24b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -253,6 +253,3 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'http://docs.python.org/': None} - -# Enable the new ReadTheDocs theme -RTD_NEW_THEME = True -- cgit v1.2.3 From 61570d03318c9daa7f8c2700fb0bc869119fd685 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 4 Nov 2013 10:30:28 -0800 Subject: pep8 fix --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7f4c24b3..69be32e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -252,4 +252,3 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'http://docs.python.org/': None} - -- cgit v1.2.3