From bc4cd3d69adfd56573a877897e0133f67f013d9e Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 21 Jan 2020 14:18:43 -0500 Subject: [PATCH] Update theme_variables.jinja --- docs/source/_templates/theme_variables.jinja | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/_templates/theme_variables.jinja b/docs/source/_templates/theme_variables.jinja index 3a67ad64..b61b79d6 100644 --- a/docs/source/_templates/theme_variables.jinja +++ b/docs/source/_templates/theme_variables.jinja @@ -2,16 +2,16 @@ 'github': 'https://github.com/PytorchLightning/pytorch-lightning', 'github_issues': 'https://github.com/PytorchLightning/pytorch-lightning/issues', 'contributing': 'https://github.com/PytorchLightning/pytorch-lightning/blob/master/CONTRIBUTING.md', - 'docs': 'https://pytorchlightning.github.io/pytorch-lightning', + 'docs': 'https://pytorch-lightning.rtfd.io/en/latest', 'twitter': 'https://twitter.com/PyTorchLightnin', 'discuss': 'https://discuss.pytorch.org', - 'tutorials': 'https://pytorchlightning.github.io/pytorch-lightning/', - 'previous_pytorch_versions': 'https://pytorchlightning.github.io/pytorch-lightning/', - 'home': 'https://pytorchlightning.github.io/pytorch-lightning/', - 'get_started': 'https://pytorchlightning.github.io/pytorch-lightning/', - 'features': 'https://pytorchlightning.github.io/pytorch-lightning/', - 'blog': 'https://pytorchlightning.github.io/pytorch-lightning/', - 'resources': 'https://pytorchlightning.github.io/pytorch-lightning/', - 'support': 'https://pytorchlightning.github.io/pytorch-lightning/', + 'tutorials': 'https://pytorch-lightning.rtfd.io/en/latest/', + 'previous_pytorch_versions': 'https://pytorch-lightning.rtfd.io/en/latest/', + 'home': 'https://pytorch-lightning.rtfd.io/en/latest/', + 'get_started': 'https://pytorch-lightning.rtfd.io/en/latest/', + 'features': 'https://pytorch-lightning.rtfd.io/en/latest/', + 'blog': 'https://pytorch-lightning.rtfd.io/en/latest/', + 'resources': 'https://pytorch-lightning.rtfd.io/en/latest/', + 'support': 'https://pytorch-lightning.rtfd.io/en/latest/', } -%}