From d50c5b361b046462e05f8278201fc36bde782c73 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 8 Nov 2013 14:30:17 -0600 Subject: [PATCH] Update docs to bootstrap 3 --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index aca41b5a3..52691247f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -109,6 +109,8 @@ else: "navbar_fixed_top": "true", "navbar_class": "navbar navbar-inverse", "navbar_site_name": "Contents", + 'bootstrap_version': '3', + 'source_link_position': 'footer', } # Theme options are theme-specific and customize the look and feel of a theme -- GitLab