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 620c97f commit 13a5731Copy full SHA for 13a5731
conf.py
@@ -120,7 +120,15 @@ def reset_seeds(gallery_conf, fname):
120
sitemap_excludes = [
121
"search.html",
122
"genindex.html",
123
- "src/**",
+ "src/pytorch-sphinx-theme/docs/changelog.html",
124
+ "src/pytorch-sphinx-theme/docs/configuring.html",
125
+ "src/pytorch-sphinx-theme/docs/demo/api.html",
126
+ "src/pytorch-sphinx-theme/docs/demo/demo.html",
127
+ "src/pytorch-sphinx-theme/docs/demo/lists_tables.html",
128
+ "src/pytorch-sphinx-theme/docs/demo/long.html",
129
+ "src/pytorch-sphinx-theme/docs/demo/structure.html",
130
+ "src/pytorch-sphinx-theme/docs/index.html",
131
+ "src/pytorch-sphinx-theme/docs/installing.html"
132
]
133
sitemap_url_scheme = "{link}"
134
0 commit comments