Skip to content

Commit

Permalink
[docs] comment out mmf references
Browse files Browse the repository at this point in the history
Also updated canonical_url to be fairscale.
Also removed unnecessary htmi_theme_path.
  • Loading branch information
Mandeep Singh Baines committed Sep 11, 2020
1 parent dda2399 commit 502f2ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<meta property="og:title" content="{{ title|striptags|e }}{{ titlesuffix }}">
<meta name="description" content="{{ theme_variables.og['description'] }}">
<meta property="og:description" content="{{ theme_variables.og['description'] }}">
<meta property="og:image" content="https://mmf.sh/img/logo.png">
<meta property="twitter:image" content="https://mmf.sh/img/logo.png">
<!--<meta property="og:image" content="https://mmf.sh/img/logo.png">-->
<!--<meta property="twitter:image" content="https://mmf.sh/img/logo.png">-->
<meta name="twitter:image:alt" content="Image for fairscale">
<meta name="twitter:card" content="summary_large_image">
{# CSS #}
Expand Down
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@


html_theme = "pytorch_sphinx_theme"
html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()]
templates_path = ["_templates"]

# Add any paths that contain custom static files (such as style sheets) here,
Expand All @@ -64,7 +63,7 @@
#
html_theme_options = {
"includehidden": False,
"canonical_url": "https://mmf.sh/api/",
"canonical_url": "https://fairscale.readthedocs.io",
"pytorch_project": "docs",
}

Expand Down

0 comments on commit 502f2ab

Please sign in to comment.