From 881d2ce31e0593b2174717c0e7c21b65ee18b781 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Mon, 18 Sep 2017 12:14:23 -0400 Subject: [PATCH] docs: pull from tools' master branch --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 62739098..d5c49355 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -172,7 +172,7 @@ texinfo_documents = [ ] repo = "https://raw.githubusercontent.com/tendermint/tools/" -branch = "cleanup-and-move-docs" +branch = "master" tools = "./tools" assets = tools + "/assets"