From 16a9cf208599fc4ae140751522eff73e9d09377a Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 26 Jun 2019 18:54:07 -0400 Subject: [PATCH] Create mkdocs.yml --- mkdocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000000..fa4f28abd9 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,9 @@ +site_name: Pytorch lightning Documentation +theme: readthedocs +docs_dir: docs +repo_url: https://github.com/williamFalcon/pytorch-lightning +site_dir: 'site' +site_description: 'Documentation for Pytorch Lightning, the researcher version of keras.' + +dev_addr: '0.0.0.0:8000' +#google_analytics: ['UA-aasd', 'sitename']