Skip to content

Commit e8a0c2c

Browse files
committed
Update
1 parent 71b6666 commit e8a0c2c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.lycheeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ file:///f:/libtmp/some_file
88
file:\/\/\/.*
99

1010
# Ignore colab link in the setting of conf.py
11-
https://pytorch.org/tutorials/beginner/colab/n
11+
https://docs.pytorch.org/tutorials/beginner/colab*
1212

1313
# Ignore local host link from intermediate_source/tensorboard_tutorial.rst
1414
http://localhost:6006

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def wrapper(*args, **kwargs):
159159
}
160160

161161

162-
163162
# -- Sphinx-gallery configuration --------------------------------------------
164163

165164
sphinx_gallery_conf = {
@@ -252,7 +251,7 @@ def wrapper(*args, **kwargs):
252251
"github_version": "main",
253252
"doc_path": ".",
254253
"library_links": theme_variables.get("library_links", []),
255-
#"pytorch_project": "tutorials",
254+
# "pytorch_project": "tutorials",
256255
}
257256

258257

0 commit comments

Comments
 (0)