Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
svekars committed Sep 5, 2024
1 parent 620c97f commit 13a5731
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,15 @@ def reset_seeds(gallery_conf, fname):
sitemap_excludes = [
"search.html",
"genindex.html",
"src/**",
"src/pytorch-sphinx-theme/docs/changelog.html",
"src/pytorch-sphinx-theme/docs/configuring.html",
"src/pytorch-sphinx-theme/docs/demo/api.html",
"src/pytorch-sphinx-theme/docs/demo/demo.html",
"src/pytorch-sphinx-theme/docs/demo/lists_tables.html",
"src/pytorch-sphinx-theme/docs/demo/long.html",
"src/pytorch-sphinx-theme/docs/demo/structure.html",
"src/pytorch-sphinx-theme/docs/index.html",
"src/pytorch-sphinx-theme/docs/installing.html"
]
sitemap_url_scheme = "{link}"

Expand Down

0 comments on commit 13a5731

Please sign in to comment.