Skip to content

Commit

Permalink
Remove PyTorch sphinx theme as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
svekars committed Sep 5, 2024
1 parent 8a4111b commit 8298da2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "src/pytorch-sphinx-theme"]
path = src/pytorch-sphinx-theme
url = https://github.com/pytorch/pytorch_sphinx_theme
9 changes: 0 additions & 9 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 8298da2

Please sign in to comment.