From: Mariatta Date: Tue, 19 Jun 2018 03:12:49 +0000 (-0700) Subject: Add travis badge and GitHub Fork banner to docs (#365) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/257f7193fa73435d1be2c643d97ac082121749d2?ds=sidebyside Add travis badge and GitHub Fork banner to docs (#365) --- 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, }