From 7b0b721118088230176ca355316b6e5578987bc4 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Sat, 17 Feb 2018 19:21:52 -0500 Subject: [PATCH] Swap theme --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 16648d8..59c4caf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -173,8 +173,8 @@ # such as "amelia" or "cosmo". # # Note that this is served off CDN, so won't be available offline. - #'bootswatch_theme': "yeti", - 'bootswatch_theme': "flatly", + 'bootswatch_theme': "yeti", + #'bootswatch_theme': "flatly", #'bootswatch_theme': "united", #'bootswatch_theme': "spacelab", #'bootswatch_theme' : 'simplex', @@ -274,4 +274,4 @@ ] -# -- Extension configuration ------------------------------------------------- \ No newline at end of file +# -- Extension configuration -------------------------------------------------