Unverified Commit 61aac92a authored by msbaines's avatar msbaines Committed by GitHub
Browse files

[docs] comment out mmf references (#80)

Also updated canonical_url to be fairscale.
Also removed unnecessary htmi_theme_path.
parent dda23993
......@@ -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 #}
......
......@@ -16,8 +16,6 @@ import sys
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
# At the bottom of conf.py
import pytorch_sphinx_theme
from recommonmark.transform import AutoStructify
sys.path.insert(0, os.path.abspath("../.."))
......@@ -54,7 +52,6 @@ exclude_patterns = []
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,
......@@ -64,7 +61,7 @@ templates_path = ["_templates"]
#
html_theme_options = {
"includehidden": False,
"canonical_url": "https://mmf.sh/api/",
"canonical_url": "https://fairscale.readthedocs.io",
"pytorch_project": "docs",
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment