From bfcd4e376bdbe190134de88b446bfc2fb82c66ba Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Wed, 23 Aug 2017 13:43:50 +1000 Subject: [PATCH] Remove the mkdocs link to the higan repo. It shows up as "Edit on Source" in mkdocs, which sounds weird, and it doesn't show up on readthedocs at all, so let's get rid of it. --- mkdocs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f44de09a..acd738c1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,4 @@ site_name: higan -repo_url: https://gitlab.com/higan/higan -repo_name: Source docs_dir: docs site_dir: docs_build