From 7728516367e984ed75960c61432e441382a4d7c3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 22 Oct 2013 16:29:41 -0700 Subject: Enable the new read the docs theme, it's pretty. Refs: https://twitter.com/readthedocs/status/392794577918099456 --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 16b1109e..a368ac70 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -248,3 +248,7 @@ 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