From 257f7193fa73435d1be2c643d97ac082121749d2 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Mon, 18 Jun 2018 20:12:49 -0700 Subject: [PATCH] Add travis badge and GitHub Fork banner to docs (#365) --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index aeb57f9..7d2b0b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -167,6 +167,7 @@ html_theme_options = { "show_powered_by": True, "fixed_sidebar": True, "logo": "logo2.png", + "travis_button": True, } -- 2.39.5