Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2d872 commit 144aeb4Copy full SHA for 144aeb4
1 file changed
conf.py
@@ -236,13 +236,6 @@ def wrapper(*args, **kwargs):
236
"pytorch_project": "tutorials",
237
"llm_disabled": False,
238
"canonical_url": "https://docs.pytorch.org/tutorials/",
239
- # Announcement Banner Configuration
240
- "announcement_banner": {
241
- "text": "Help us understand how you use PyTorch! Take our quick survey.",
242
- "url": "https://docs.google.com/forms/d/e/1FAIpQLSfsGAWBcfutRcbO6kfrShBMOMmRuBezRjjOcXk0e9I9luBzvQ/viewform",
243
- "link_text": "Take Survey",
244
- "dismissible": True,
245
- },
246
}
247
248
theme_variables = pytorch_sphinx_theme2.get_theme_variables()
0 commit comments