From f2e045894eac4e507ede05f305e9d06059991df9 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Tue, 27 Aug 2019 22:04:20 +0800 Subject: [PATCH] docs: add repo_name in the upright corner --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 157f7d923cfc3..98fa5559c13fd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,6 +2,7 @@ site_name: PyTorch lightning Documentation theme: name: 'material' docs_dir: docs +repo_name: 'williamFalcon/pytorch-lightning' repo_url: https://github.com/williamFalcon/pytorch-lightning site_dir: 'site' site_description: 'Documentation for PyTorch LightningModule, the researcher version of keras.'