We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c28c66 commit 48210eaCopy full SHA for 48210ea
2 files changed
.lycheeignore
@@ -9,6 +9,7 @@ file:\/\/\/.*
9
10
# Ignore colab link in the setting of conf.py
11
https://pytorch.org/tutorials/beginner/colab/n
12
+https://docs.pytorch.org/tutorials/beginner/colab
13
14
# Ignore local host link from intermediate_source/tensorboard_tutorial.rst
15
http://localhost:6006
conf.py
@@ -182,7 +182,7 @@ def wrapper(*args, **kwargs):
182
"# https://docs.pytorch.org/tutorials/beginner/colab\n"
183
"%matplotlib inline"
184
),
185
- "ignore_pattern": r"_torch_export_nightly_tutorial.py",
+ "ignore_pattern": r"_torch_export_nightly_tutorial.py|pendulum.py",
186
"pypandoc": {
187
"extra_args": ["--mathjax", "--toc"],
188
"filters": [".jenkins/custom_pandoc_filter.py"],
0 commit comments