From f7708e1bed45154360f680c8195ac04b0cd56d9c Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Fri, 11 Mar 2022 10:09:15 -0500 Subject: [PATCH] Force default brnahc name via the config --- docs/source/_config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/_config.py b/docs/source/_config.py index 5458602233..38ede489a1 100644 --- a/docs/source/_config.py +++ b/docs/source/_config.py @@ -6,4 +6,5 @@ INSTALL_CONTENT = """ # ! pip install git+https://github.com/huggingface/transformers.git """ -notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}] \ No newline at end of file +notebook_first_cells = [{"type": "code", "content": INSTALL_CONTENT}] +default_branch_name = "master"