Skip to content

Commit 8298da2

Browse files
committed
Remove PyTorch sphinx theme as submodule
1 parent 8a4111b commit 8298da2

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "src/pytorch-sphinx-theme"]
2-
path = src/pytorch-sphinx-theme
3-
url = https://github.com/pytorch/pytorch_sphinx_theme

conf.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,6 @@ def reset_seeds(gallery_conf, fname):
120120
sitemap_excludes = [
121121
"search.html",
122122
"genindex.html",
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"
132123
]
133124
sitemap_url_scheme = "{link}"
134125

0 commit comments

Comments
 (0)