We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3c2e7 commit b855752Copy full SHA for b855752
conf.py
@@ -89,12 +89,8 @@
89
"sphinx_sitemap",
90
"sphinxcontrib.mermaid",
91
"pytorch_sphinx_theme2",
92
- "sphinxext.opengraph",
93
]
94
95
-ogp_site_url = "http://pytorch.org/tutorials"
96
-ogp_image = "https://pytorch.org/assets/images/social-share.jpg"
97
-
98
myst_enable_extensions = [
99
"colon_fence",
100
"deflist",
@@ -151,7 +147,6 @@ def reset_seeds(gallery_conf, fname):
151
147
"extra_args": ["--mathjax", "--toc"],
152
148
"filters": [".jenkins/custom_pandoc_filter.py"],
153
149
},
154
- "download_all_examples": False,
155
150
}
156
157
html_baseurl = "https://docs.pytorch.org/tutorials/" # needed for sphinx-sitemap
0 commit comments