Skip to content

Commit 13a5731

Browse files
committed
Update
1 parent 620c97f commit 13a5731

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

conf.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,15 @@ def reset_seeds(gallery_conf, fname):
120120
sitemap_excludes = [
121121
"search.html",
122122
"genindex.html",
123-
"src/**",
123+
"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"
124132
]
125133
sitemap_url_scheme = "{link}"
126134

0 commit comments

Comments
 (0)