File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ file:\/\/\/.*
99
1010# Ignore colab link in the setting of conf.py
1111https://pytorch.org/tutorials/beginner/colab/n
12+ https://docs.pytorch.org/tutorials/beginner/colab
1213
1314# Ignore local host link from intermediate_source/tensorboard_tutorial.rst
1415http://localhost:6006
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def wrapper(*args, **kwargs):
182182 "# https://docs.pytorch.org/tutorials/beginner/colab\n "
183183 "%matplotlib inline"
184184 ),
185- "ignore_pattern" : r"_torch_export_nightly_tutorial.py" ,
185+ "ignore_pattern" : r"_torch_export_nightly_tutorial.py|pendulum.py " ,
186186 "pypandoc" : {
187187 "extra_args" : ["--mathjax" , "--toc" ],
188188 "filters" : [".jenkins/custom_pandoc_filter.py" ],
You can’t perform that action at this time.
0 commit comments