File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ def _transform_changelog(path_in: str, path_out: str) -> None:
178178# documentation.
179179
180180html_theme_options = {
181- 'pytorch_project' : info . __homepage__ ,
182- 'canonical_url' : info .__homepage__ ,
181+ 'pytorch_project' : 'https://pytorchlightning.ai' ,
182+ 'canonical_url' : info .__docs_url__ ,
183183 'collapse_navigation' : False ,
184184 'display_version' : True ,
185185 'logo_only' : False ,
Original file line number Diff line number Diff line change 77__license__ = 'Apache-2.0'
88__copyright__ = f'Copyright (c) 2018-{ _this_year } , { __author__ } .'
99__homepage__ = 'https://github.com/PyTorchLightning/pytorch-lightning'
10+ __docs_url__ = "https://pytorch-lightning.readthedocs.io/en/stable/"
1011# this has to be simple string, see: https://github.com/pypa/twine/issues/522
1112__docs__ = (
1213 "PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers."
You can’t perform that action at this time.
0 commit comments