diff --git a/.gitmodules b/.gitmodules index 3a3c564c8f..e69de29bb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "src/pytorch-sphinx-theme"] - path = src/pytorch-sphinx-theme - url = https://github.com/pytorch/pytorch_sphinx_theme diff --git a/conf.py b/conf.py index bf30bbcd4b..5bde4c33d2 100644 --- a/conf.py +++ b/conf.py @@ -120,15 +120,6 @@ def reset_seeds(gallery_conf, fname): sitemap_excludes = [ "search.html", "genindex.html", - "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}"