Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Docs/seo (#190)
Browse files Browse the repository at this point in the history
* fix canonical
  • Loading branch information
Borda committed Mar 24, 2021
1 parent 03b8426 commit b918adb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
# documentation.

html_theme_options = {
"pytorch_project": flash.__homepage__,
"canonical_url": flash.__homepage__,
'pytorch_project': 'https://pytorchlightning.ai',
'canonical_url': flash.__docs_url__,
"collapse_navigation": False,
"display_version": True,
"logo_only": False,
Expand Down
1 change: 1 addition & 0 deletions flash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
__license__ = 'Apache-2.0'
__copyright__ = f"Copyright (c) 2020-2021, f{__author__}."
__homepage__ = "https://github.com/PyTorchLightning/lightning-flash"
__docs_url__ = "https://lightning-flash.readthedocs.io/en/stable/"
__docs__ = "Flash is a framework for fast prototyping, finetuning, and solving most standard deep learning challenges"
__long_doc__ = """
Flash is a task-based deep learning framework for flexible deep learning built on PyTorch Lightning.
Expand Down

0 comments on commit b918adb

Please sign in to comment.